delete_scene
Delete a Unity scene by providing its path or name, and automatically remove it from Build Settings.
Instructions
Deletes a scene by path or name and removes it from Build Settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sceneName | No | Scene name without extension (used if scenePath not provided) | |
| scenePath | No | Full asset path to the scene (e.g., 'Assets/Scenes/MyScene.unity') | |
| folderPath | No | Optional folder scope to resolve sceneName under 'Assets' |