alexandrerodrigopinheiro / godot-export-builder

Python script for building Godot export templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

Python script for building Godot export templates


Languages

Language:Python 100.0%