Hello, thanks for reading!
This is one that's been bugging me for months; when you call GoToLayout, isn't it supposed to kill/destroy/reinitialize the layout you just quitted? Like otherwise if you want stuff to be changed forever in your game you'd need to store that info in global variables, no? Otherwise switching layout means reseting layout?
When I quit my game to the main menu, then with the world map GoTo the same layout I just quitted, it seems chaos just occured while I was gone; the character seemed to fall throught the enviro while I was gone and always spawns a little lower in the level everytime I come back, particles never seem to have stopped growing and grew huge, it lags a lot like as if the whole game was running twice, my character visual is invisible and nothing seems to make it appear, I only see his collision box, it's just madness. I do not use global variables.
So I was wondering am I missing a step or a notion here concerning level structure? I'm aiming at a world structure similar to Mario World.
Thank you so much!