scene-set-active
Set any opened scene as the active scene in Unity Editor by providing its 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
| Name | Required | Description | Default |
|---|---|---|---|
| sceneRef | Yes | Scene asset reference. SCHEMA: {"assetPath":"Assets/Scenes/MyScene.unity"} |