scene-get-data
Retrieve root GameObjects and hierarchy data from Unity scenes to analyze structure and components for AI-assisted development workflows.
Instructions
This tool retrieves the list of root GameObjects in the specified scene. Use 'scene-list-opened' tool to get the list of all opened scenes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| openedSceneName | No | Name of the opened scene. If empty or null, the active scene will be used. | |
| includeRootGameObjects | No | If true, includes root GameObjects in the scene data. | false |
| includeChildrenDepth | No | Determines the depth of the hierarchy to include. | 3 |
| includeBounds | No | If true, includes bounding box information for GameObjects. | false |
| includeData | No | If true, includes component data for GameObjects. | false |