scene_close
Close Unity scenes with optional save control. Specify scene path or close active scene, choosing to save changes or discard them.
Instructions
Close a scene. Optionally save before closing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Scene path to close (omit for active scene) | |
| save | No | 'true' to save before closing, 'false' to discard changes | true |