scene-save
Save opened Unity scenes to asset files. Use this tool to preserve scene changes by specifying the scene name or saving the active scene directly.
Instructions
Save Opened scene to the asset file. Use 'scene-list-opened' tool to get the list of all opened scenes.
Input Schema
TableJSON 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. |