Godot Version
4.3
Question
All of the timers in the game works just fine.
but when I export the game to windows, the timers just stop working.
I also swithed computers, so may be it could caue the issue
4.3
All of the timers in the game works just fine.
but when I export the game to windows, the timers just stop working.
I also swithed computers, so may be it could caue the issue
need to be specific what timer? and possibly show code or the nodes to identify your problem
Are any of the 25 Debugger errors related to timers?
Sometimes your compiled debug game will ignore some errors in order to make it playable while the exported version (for example exporting to web) will crash the game.
try show the error in debugger, when a line is error, the whole script will not be processed further causing it’s missing a script scene
no, it has nothing to do with the timers