Question by
teofilo604 · Apr 11, 2020 at 02:45 PM ·
scene-loadingloadlevelload sceneloading screenloadlevelasync
Loading new scene in unity 2D
Hi everybody, I have a strange problem in my game: I have a button that has to load a new scene. I add a loading bar because the loading of the new scene is not immediate and it works perfectly but when I tap this button the game wait one second and after that I see the loading bar and then the scene loaded. Is there something that I have to manage between the click on the button and the load of the scene to avoid this second of "freeze" that appears? The button is a normal UI button and in the metod that this button calls there is nothing before the call of the loading bar.
Thank you in advance for your attention and forgive me about grammar errors but I'm not English :)
Comment