Manage Scene
manage_sceneCreate, load, save, and validate Unity scenes, plus read hierarchy and build settings.
Instructions
Performs CRUD operations on Unity scenes. Read-only actions: get_hierarchy, get_active, get_build_settings, get_loaded_scenes, scene_view_frame. Modifying actions: create (with optional template), load (with optional additive flag), save, close_scene, set_active_scene, move_to_scene, validate (with optional auto_repair). For build settings management (add/remove/enable scenes), use manage_build(action='scenes'). For screenshots, use manage_camera (screenshot, screenshot_multiview actions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| path | No | ||
| action | Yes | Perform CRUD operations on Unity scenes and control the Scene View camera. | |
| cursor | No | ||
| parent | No | ||
| target | No | ||
| additive | No | ||
| template | No | ||
| max_depth | No | ||
| max_nodes | No | ||
| page_size | No | ||
| scene_name | No | ||
| scene_path | No | ||
| auto_repair | No | ||
| build_index | No | ||
| remove_scene | No | ||
| include_transform | No | ||
| scene_view_target | No | ||
| max_children_per_node | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||