unity_scene_save
Save the current Unity scene. Provide an asset path for a new scene or Save-As; omit the path for already saved scenes.
Instructions
Save the current scene. A never-saved scene requires path (saving without one would open Unity's interactive Save dialog).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Asset path to save to, e.g. 'Assets/Scenes/MyScene.unity'. Required for a scene that has never been saved; also acts as Save-As. | |
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. |