scene-open
Load Unity scenes by referencing the scene asset. Find scene assets using 'assets-find', then open with this tool.
Instructions
Open scene from the project asset file. Use 'assets-find' tool to find the scene asset first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneRef | Yes | Scene asset reference. SCHEMA: {"assetPath":"Assets/Scenes/MyScene.unity"} | |
| loadSceneMode | No | Load mode. ENUM: "Single", "Additive". Default: "Single" | 0 |