Skip to content

Exporting your game

stechyo edited this page May 20, 2024 · 3 revisions

To export anything in Godot, you need a release template. Don't use the official templates as, much like the engine itself, they're incompatible with this extension. Use the templates from the same place you likely got the custom editor, or build them yourself:

scons platform=<platform> target=template_debug
scons platform=<platform> target=template_release

When exporting, you'll want to select the custom templates that you've downloaded/built: export

Clone this wiki locally