What problem does it solve?
This Skill removes the friction of creating, instantiating, updating, and organizing Unity prefabs so you can manage reusable game objects without repetitive manual editor work.
Core Features & Use Cases
- Prefab Creation and Instancing: Turn scene GameObjects into prefabs and spawn one or many prefab instances into the scene.
- Override Management: Inspect, apply, or revert instance overrides to keep prefab assets and scene instances in sync.
- Advanced Prefab Workflows: Unpack nested prefabs, create variants, find all instances in a scene, and edit prefab asset properties directly.
- Use Case: If you need to place many enemies across a level, create the prefab once, batch-instantiate it, then apply any tuned instance changes back to the source asset.
Quick Start
Use the unity-prefab skill to find every instance of Assets/Prefabs/Enemy.prefab in the current scene and report their names and paths.