save_scene
Persist scene edits to the specified Godot scene file, optionally to a new path for creating variants.
Instructions
Save changes to a scene file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newPath | No | Optional: New path to save the scene to (for creating variants) | |
| scenePath | Yes | Path to the scene file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |