You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
godotengine/godot#90431 adds a new CLI flag to ensure Godot imports the project before attempting to export it. This is needed as otherwise a lot of script/asset errors occur, and the final build is broken.
However, this would imply having to compile a custom editor build just to take advantage of it. For now we are using the timeout hack, but when this makes into a public build, we can switch to the new version.
The text was updated successfully, but these errors were encountered:
godotengine/godot#90431 adds a new CLI flag to ensure Godot imports the project before attempting to export it. This is needed as otherwise a lot of script/asset errors occur, and the final build is broken.
However, this would imply having to compile a custom editor build just to take advantage of it. For now we are using the
timeout
hack, but when this makes into a public build, we can switch to the new version.The text was updated successfully, but these errors were encountered: