unity-scene-inspect

Inspect Unity scene hierarchy, GameObject details, component values, and animator states.

83|10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/akiojin/unity-cli --skill unity-scene-inspect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-scene-inspect
Source: https://github.com/akiojin/unity-cli/tree/main/.claude-plugin/plugins/unity-cli/skills/unity-scene-inspect
Command: npx skills add https://github.com/akiojin/unity-cli --skill unity-scene-inspect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to thoroughly examine Unity scenes, including their hierarchy, GameObjects, components, and animator states, without making any modifications. It's ideal for understanding the current state of a scene before making changes or for detailed analysis.

Core Features & Use Cases

  • Scene Hierarchy Exploration: Get a clear overview of the scene's structure.
  • GameObject and Component Inspection: Find specific GameObjects by name or component and inspect their properties and values.
  • Animator State Querying: Check the current state of animators attached to GameObjects.
  • Use Case: A user might ask, "Show me the hierarchy of the current scene and find the GameObject named 'Player' to inspect its Transform component."

Quick Start

Use the unity-scene-inspect skill to get the hierarchy of the current Unity scene.

Frequently Asked Questions about unity-scene-inspect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect a Unity scene hierarchy without modifying it?

You can inspect a Unity scene hierarchy non-destructively by querying the scene structure, GameObject details, and component values without applying any mutations to the scene.

How to find a specific GameObject by name and check its component values in Unity?

Find a specific GameObject by name within the Unity Editor and query its attached components, such as the Transform properties, to retrieve current read-only values for debugging.

Can I query the current animator state of a GameObject in Unity?

Yes, you can query the current animator state of a GameObject in Unity to inspect its active animation parameters and state transitions without altering the scene.

What is the best way to debug a Unity scene before making changes?

The best way to debug a Unity scene before making changes is to perform a read-only scene analysis, discovering objects by component type and evaluating hierarchy relationships safely.

Does this scene inspection approach work within the Unity Editor environment?

Yes, this scene inspection approach works within the Unity Editor environment, scoping its analysis to object discovery, component values, and animator states for debugging purposes.