get_scene_summary
Get a summary of a Unity scene: root GameObject names and approximate component count. Specify the scene path relative to the project.
Instructions
Get a short summary of a scene: root GameObject names and approximate component count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | Path relative to project, e.g. Assets/Scenes/Main.unity |