scene-create
Create a new Unity scene in project assets. Specify the scene file path, select between default game objects or empty scene setup, and set mode to single or additive.
Instructions
Create new scene in the project assets. Use 'scene-list-opened' tool to list all opened scenes after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the scene file. Should end with ".unity" extension. | |
| newSceneSetup | No | Scene setup. ENUM: "DefaultGameObjects" (camera+light), "EmptyScene". Default: "DefaultGameObjects" | 1 |
| newSceneMode | No | Scene mode. ENUM: "Single" (close other scenes), "Additive" (keep other scenes). Default: "Single" | 0 |