Skip to main content

f8-editor-gameobjectpool-workflow

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

Ir a la instalación

Datos de origen

Repositorio
TippingGame/F8Framework
Última actividad en el origen
1 de abril de 2026 a las 11:00
Idioma detectado de SKILL.md
inglés
Estrellas
882
Forks
140

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
2 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub