Skip to main content

f8-editor-gameobjectpool-workflow

Use when working with GameObjectPool editor tools — preload pool Inspector, PoolsPreset ScriptableObject creation in F8Framework.

Zur Installation springen

Quellinformationen

Repository
TippingGame/F8Framework
Letzte Quellaktivität
1. April 2026 um 11:00
Erkannte Sprache von SKILL.md
Englisch
Sterne
882
Forks
140

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
f8-editor-gameobjectpool-workflow
description
Use when working with GameObjectPool editor tools — preload pool Inspector, PoolsPreset ScriptableObject creation in F8Framework.
# GameObjectPool Editor Workflow ## Use this skill when - The task involves configuring preload pools in the Inspector. - The user asks about PoolsPreset ScriptableObject or pool setup in Editor. ## Path resolution 1. Editor code: Assets/F8Framework/Editor/GameObjectPool ## Sources of truth - Editor module: Assets/F8Framework/Editor/GameObjectPool - Test docs: Assets/F8Framework/Tests/GameObjectPool/README.md ## Key editor features | Feature | Description | |---------|-------------| | **Preload Pool Inspector** | Configure pool size, capacity, and prefab references visually | | **PoolsPreset Asset** | ScriptableObject defining a set of pools to install at startup | ## Workflow 1. Create a `PoolsPreset` ScriptableObject via right-click → Create. 2. Add prefab references and configure pool size/capacity per prefab. 3. Install at runtime: `FF8.GameObjectPool.InstallPools(poolsPreset)`. 4. Alternatively, configure pools via code with `PopulatePool()` and `SetCapacity()`. 5. Use the Inspector to adjust pool settings visually during development. ## Output checklist - PoolsPreset configured with appropriate prefabs. - Pool sizes tuned for target scene. - Inspector validation passed.
Auf GitHub ansehen