create_scene
Create a new Unity scene, save it to a specified folder, and optionally add it to build settings or make it active.
Instructions
Creates a new scene and saves it to the specified path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneName | Yes | The name of the scene to create (without extension) | |
| folderPath | No | The folder path under 'Assets' to save into (default: Assets) | |
| makeActive | No | Whether to open/make the new scene active after creating it | |
| addToBuildSettings | No | Whether to add the scene to Build Settings |