unity_scene_info
Retrieves details of open Unity scenes, including name, path, dirty state, and root game objects. Specify a target Unity instance port for parallel-safe routing.
Instructions
Get information about the currently open scene(s), including name, path, dirty state, and root game objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |