load_scene
Switch the editor to a specific scene using its uniqueId, replacing the currently open scene. Set wait=true to wait until the new scene is active.
Instructions
Load (switch the editor to) a scene by its uniqueId. This unloads the current scene and opens the target one. By default the tool returns after queuing the load. Set wait=true to return only after the requested scene is active. When NOT to use: to read a scene without switching (use get_scene) or to create a new scene (use create_scene).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Wait until the editor reports the requested scene is active | |
| uniqueId | Yes | Scene uniqueId (the "uniqueId" field from list_scenes, not id) |