Changing scenes suddenly doesn't work anymore in release but works just fine in the editor

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RevengeRR

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!

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 ? )

Inces | 2022-07-27 17:00

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

RevengeRR | 2022-07-28 09:56

:bust_in_silhouette: Reply From: DashNothing

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.