unity_scene_open
Open a Unity scene by its asset path to quickly switch between scenes during development.
Instructions
Open a scene by its asset path (relative to Assets/).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Scene asset path, e.g. 'Assets/Scenes/MainScene.unity' | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |