save_scene
Save a Godot scene to its current location or as a new variant by specifying an alternate path.
Instructions
Save a scene, optionally as a new variant
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project directory | |
| scenePath | Yes | Path to the scene file (relative to project) | |
| newPath | No | Optional: New path to save as variant (relative to project) |