save_scene
Save modifications to Godot scene files, enabling version control and variant creation for game development projects.
Instructions
Save changes to a scene file
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 the scene to (for creating variants) |