MakovWait / godots

🚀Ultimate go-to hub for managing your Godot versions and projects! 🚀
MIT License
350 stars 29 forks source link

Syntax Errors on first opening the project after cloning, making automatic builds via the godot CLI fail #95

Open GreatNovaDragon opened 4 months ago

GreatNovaDragon commented 4 months ago

Basically what is standing in the title.

For flathub, not the release is pulled but the sourcecode behind it, and then built via the godot commandline.

It happens that assets would be needed to be re-imported first, cause a specific script in the Autoloads won't get immediately loaded, but because the CLI gets directly to building without asset loading, the build process just fails.