scene_save
Save changes to a Godot scene file, with an optional new path to create variants.
Instructions
Save changes to a scene file.
Category: Scene
Args: project_path: Path to the Godot project directory scene_path: Path to the scene file (relative to project) new_path: Optional new path to save the scene to (for creating variants)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| scene_path | Yes | ||
| new_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |