Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.05 KB

Godot Class Reference

Buy Me A Coffee

Class reference for Godot Engine on both iOS and Android.

Getting Started

flutter online documentation

Update Godot docs

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]