First load the entire scene before starting the level is possible?

Hello I have a problem is that my game when I test it on android and change scene comes a point where it locks I suppose to load the scene, the problem is that if it hangs the screen stays frozen but the scene is still there is a Form so that it loads from once from the beginning? Thanks for your help if you did not understand very well forgive me but I’m using google translator

You can try using “void Awake()” to load things before the Start() method. If this doesn’t work, I suggest looking up tutorials for loading screens, etc.