scene-unload
Unload specific scenes from Unity Editor to optimize performance and manage memory usage during development.
Instructions
Unload scene from the Opened scenes in Unity Editor. Use 'scene-list-opened' tool to get the list of all opened scenes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the opened scene to unload (not the path). Get from scene-list-opened. |