JonBoyleCoding
JonBoyleCoding
I was also having this issue - albeit using gitlab instead of github. After some experimentation I was able to get this to work by including `.godot/extension_list.cfg` in the repo...
The `extensions_list.cfg` I believe lists the native gdextentions that have been enabled. I don't know why this causes a freeze in CIs (I didn't check whether it was specifically headless...
I haven't put anything on the godot side - largely in terms of 'solving' the problem it's an issue with standard `.gitignore` files rather than the engine itself. The standard...
What do you mean by app's python dependencies - in the `pyproject.toml` or in the nix derivation somewhere?
> What do you mean by app's python dependencies - in the `pyproject.toml` or in the nix derivation somewhere? Never mind - I figured it out (at least for me)....
> @JonBoyleCoding Were you just asking me to clarify, or does your response indicate that you've run into the same error? > > I really was hoping someone would know...
It will be public in a few days, but not yet. However if you've already got the error then presumably you can go forward with that.
I don't know if it will help you or not to make your own guides, but I used this module as an example for writing a tutorial on how to...