Building
How to build
-
Clone the project
-
Install python
-
Install scons via pip with
Terminal window pip install sconsand make sure to put scons on your PATH or replace “scons” with a scons run command
-
Run this command
Setting up project source... python setup.py -
and build the project with
Building plugin for current platform... python build.pyThere is a prompt how it should start Godot (if
godot
is on PATH) to test the addon fast directly.or run
Building for DEBUG Godot project exports... sconsand
Building for RELEASE Godot project exports... scons target=template_release -
Now the addon should be installed in the project folder of the repo and can be exported with
Exporting zip and plugin demos... python release.py