scene-open
Open Unity scene files directly from project assets to load scenes in the editor, supporting single or additive loading modes.
Instructions
Open scene from the project asset file. Use 'assets-find' tool to find the scene asset first.
Input Schema
TableJSON 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 |