Skip to content

push2game/custom-export-templates

Repository files navigation

Custom Export Templates

GitHub contributors GitHub top language GitHub repo size GitHub License

Custom Godot Engine export templates

Important

Support Windows, Linux (x86_64), and Android (arm32-v7a, arm64-v8a) platforms.

What is this?

  • This repository contains custom export templates for the Godot Engine.
  • These templates are built from the source code of the Godot Engine.

What changes have been made?

For release templates

# Flag Value
1 target template_release
2 production yes
3 optimize speed_trace

For debug templates

# Flag Value
1 target template_debug
2 dev_mode yes
3 optimize debug

For Android templates

# Flag Value
1 swappy yes

License

  • This project is licensed under the MIT License - see the LICENSE file for details.