unity_scene_open
Open a Unity scene by its asset path relative to the Assets folder, enabling direct scene access for editing or automated tasks.
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. |