scene-set-active
Set a specific opened scene as the active scene in Unity Editor. Use this tool to switch between scenes during development by providing the scene asset reference.
Instructions
Set the specified opened scene as the active scene. Use 'scene-list-opened' tool to get the list of all opened scenes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneRef | Yes | Scene asset reference. SCHEMA: {"assetPath":"Assets/Scenes/MyScene.unity"} |