export_project
Export a Godot project using a chosen preset, with options for output path, debug build, or pack-only format.
Instructions
Export the project using a specific preset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| debug | No | Export as debug build (default: false = release) | |
| preset | Yes | Export preset name | |
| pack_only | No | Export as pack file only (default: false) | |
| output_path | No | Output path for the export |