scene-create
Create new Unity scenes in project assets with customizable setup options for game development workflows.
Instructions
Create new scene in the project assets. Use 'scene-list-opened' tool to list all opened scenes after creation.
Input Schema
TableJSON 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 |