Python script for assembling Godot 3.0 export templates from the engine's source code.
NOTE: this is made to work with a fork of Godot where things may slightly differ. But you may use this as a reference.
Prerequisites:
- Python 2.7
- Prerequisites of the specific platform you are building export templates for (check out Godot's documentation)
Has only been tested on macOS.
Usage:
python make_templates.py <godot_src_dir> <templates_dir> <comma_separated_platforms>