godot_export
Export Godot projects to specific platforms using defined export presets for deployment.
Instructions
Export a Godot project to a specific platform.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to the Godot project directory. | |
| preset | Yes | Export preset name (as defined in export_presets.cfg). | |
| output_path | Yes | Output file path for the export. |