- Godot
IMPORTANT: Needs to be in the path! - rust (ideally latest stable version via rustup)
- just (cargo install just)
- gdtoolkit (pip install gdtoolkit)
IMPORTANT: Needs to be in the path! - pre-commit (pip install pre-commit)
- sh: included in Git Bash for Windows.
IMPORTANT: Needs to be in the path!
For Windows Builds:
- mingw-w64, taken from here MinGW
IMPORTANT: Needs to be in the path!
For Linux Builds:
- mold (distro repositories) recommended
just setup
This command will
- check whether all development dependencies are present and in $PATH
- generate development signing keys for Android
- install pre-commit hooks (automatic formatting and linting before a commit)
- install the necessary rust components
You need to set your android keystore to this file in godot. See:
You need to enable all the plugins, which we ship by default under Project -> Project Settings... -> Plugins -> Check Status Enable
.
In order to export the created project you need to download the template. There is a link under Project -> Export...
if you don't have it installed yet.