Alex Omar
Results
2
comments of
Alex Omar
**My Workaround** I was able to update my relative submodules with: `repo.git.execute(command=['git', 'submodule', 'update', '--init', '--recursive'])` Docs: https://gitpython.readthedocs.io/en/stable/reference.html#git.cmd.Git.execute GitPython 3.1.26, Python 3.8.10
Edit: this is a separate issue https://github.com/godotengine/godot/issues/84591, thank you @akien-mga *** I would like to add a quick data point. In 4.2 I am getting 1-2fps but in 4.1.3 I...