export_project
Export a Godot project using a defined export preset to generate a build at a specified output path. Optionally include debug mode for development builds.
Instructions
Export a Godot project using a preset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Use debug export. Default: false | |
| outputPath | Yes | Output file path for the exported build | |
| presetName | Yes | Export preset name | |
| projectPath | Yes | Godot project path |