save_scene
Save changes to a scene file in Godot, including optional relocation as a variant, using project and scene paths for precise file management.
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) | |
projectPath | Yes | Path to the Godot project directory | |
scenePath | Yes | Path to the scene file (relative to project) |