Class reference for Godot Engine on both iOS and Android.
- get the official Godot repository:
git clone https://github.com/godotengine/godot.git
- install required python package
pip install GitPython polib
# Or in Ubuntu 24.04:
sudo apt install python3-git python3-polib
- run the python script,which will update docs and svg files for published Godot versions(2.0 to 3.4)
cd scripts # must enter scripts folder
./godot_repo.py --godot_path [your godot repo path]