What problem does it solve?
This skill provides a structured decision framework to help Unity developers pick the right prefab architecture (separate prefabs, prefab variants, or ScriptableObject configs) and define clear override strategies for nested structures, reducing guesswork and rework.
Core Features & Use Cases
- Decision tree guidance: a practical tree to decide between separate prefabs, prefab variants, or data-driven configurations.
- Nested prefab guidance: rules for when to nest or flatten components to minimize conflicts and maintenance burden.
- Override strategy and workflow: guidelines for creating, propagating, and documenting overrides across variants with minimal disruption.
- Use Case: apply the framework to a weapon family with multiple variants, ensuring consistent editing and efficient updates.
Quick Start
Apply the decision framework to your current prefab family by selecting the appropriate structure and implementing it in your Unity project.