save_scene
Save changes made to a Godot scene file, or create a variant by specifying a new path.
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 | Scene file path (relative to project) | |
| projectPath | Yes | Godot project path |