Building game
At the moment there are difficulties with the automatic build of the game, so you need to build it manually.
Instructions:
- Download the engine:
- Download the sources:
- Unpack the archives;
- Launch Godot;
- Click
Import
and select the path to theproject.godot
file. There may be errors in the output, but in most cases it is not critical; - Open
Editor
>Manage Export Templates
, then clickDownload and Install
; - Open
Project
>Export...
, clickAdd...
and select the required platform. Set the settings as desired; - Click
Export Project...
, select the file path and pressSave
;
To properly design the build, also add an icon using Godot Icon Plugin and copy the LICENSE
file to the folder with the build.
More information about the build process can be found on the engine documentation website.