unity-scene-inspect
Installation
SKILL.md
Scene Inspect
Inspect scene hierarchy, find objects, and read component data without mutating anything. This is the read-only sibling of unity-gameobject-edit.
Use When
- The user wants to inspect the current scene before making changes.
- The user asks where a GameObject, component, or animator state lives.
- The user wants a hierarchy summary, scene inventory, or reference analysis.
Do Not Use When
- The task is to create new scenes; use
unity-scene-create. - The task is to mutate existing objects; use
unity-gameobject-edit. - The user only needs source-code navigation with no scene context; use
unity-csharp-navigate.