get_scene_hierarchy_flat
Get a flat list of all GameObjects in a Unity scene, including name and layer, by specifying the scene path. Inspects scene hierarchy without the Unity Editor.
Instructions
Get a flat list of all GameObjects in a scene (name and layer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_path | Yes | e.g. Assets/Scenes/Main.unity |