Skip to content

GodotDocMobile/godot_class_reference

Repository files navigation

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 
  • 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]