im working at a 2D Paper Game and have some problems by changing Level.
I use Open Level but after levelchange evything looks blurry and need some time to render.
Is there a way to wait in loadingscreen until its loaded completly?
Yeah, that’s the texture streaming. I don’t think there is an “on finished loading” event you can bind to, unfortunately. My question is, what is the resolution of your spirtes? It looks like you are going for a pixelated look, so the textures could be small. You probably noticed that you don’t scale up the textures, they look blurry, so you scaled them up, right?
This may sound unrelated, but bear with me and please respond.
The easiest solution I can think of right now is to just lock the game and show a loading screen for a few seconds to approximate the amount of time it takes to load the textures.