export_project
Export a Godot project to a specified output file using a chosen export preset. Includes optional debug mode.
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 |