create_scene
Create a new empty scene in the current project or branch, returning its record. Use load_scene with the returned uniqueId to open it.
Instructions
Create a new empty scene in the current project/branch. Returns the created scene record. This does not switch to the new scene; call load_scene with its uniqueId to open it. When NOT to use: to copy an existing scene (use duplicate_scene).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the new scene (optional) |