0 votes

This happened suddenly without me making any significant change. I even undid these changes to see if they caused this issue but nothing works, anything I try seems to break it more than it already is. If you have any ideea how to solve this issue please let me know, any kind of help is very much appreciated, I just don't want to lose my project right now.

Thanks!

Godot version 3.4.4
in Engine by (12 points)

Does your project use external resources like JSONs or sheets ? Is there any file You open in your project, that leads to other destination than "/res" ? ( like saves ? )

It uses PNGs and WebM formats and things like this, but they worked just fine before and I didn't really play around with them since they already did what I needed. Btw, I use Qodot for making maps, idk if this helps

1 Answer

0 votes

If you are using assert() in your code (maybe you followed Game Endeavor's tutorial) that could cause problems. Assert only works in debug mode, and not in release mode.

by (14 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.