scene-save
Save an opened scene to its asset file. Specify the scene name or default to the current active scene. Optionally set a custom file path ending with '.unity'.
Instructions
Save Opened scene to the asset file. Use 'scene-list-opened' tool to get the list of all opened scenes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| openedSceneName | No | Name of the opened scene that should be saved. Could be empty if need to save the current active scene. | |
| path | No | Path to the scene file. Should end with ".unity". If null or empty save to the existed scene asset file. |