Game freezes when pushing scene and reloading tile map

im trying to make a game where you can create level tilemaps then test it by pressing menu and test, but it freezes all the time

1 Like

I’m not 100% sure, but that could be because you have everything in an ‘on game update’ block- that might be slowing down the game and not giving any actions taken enough time to process before the next game update

1 Like

i think im just going to change how it works by making it save and reset the game instead of using scene’s

1 Like