save_scene
Save Godot 4 scenes to disk, either updating existing files or creating copies at new paths for version control and backup.
Instructions
Save a scene (re-writes it to disk, optionally to a new path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project directory | |
| scenePath | Yes | Source scene path | |
| newPath | No | Optional new path to save as (copies the scene) |