Exported build is glitchy/buggy whereas my project works perfectly fine when runned from the editor.

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

I’m working on a level editor framework for loadrunner games. The scene works perfect in the editor but build is extremely glithcy. It can’t even place tiles in correct spots, can’t calculate autotile and seems to randomly delete or add tiles or even terminate itself. I’m running it on the same computer. I should also say that earlier builds were also working fine.

Screenshot: ebu hosted at ImgBB — ImgBB

What did you change between the builds which worked and the ones which dont?

Gluon | 2022-05-03 22:31

They were enabled “Export with Debug” option. I just discovered that it works fine when I check that button, and if I happen to compile it without debug console, application completely freaks out :frowning:

Martik | 2022-05-04 17:00