Hi, I was looking up at the scripting reference but I not sure how to do this and if it is possible...
I want to enter a level (let's say an intro) and start loading a level in the background (a menu for example). I noticed it is possible to do Applicacion.LoadLevelAsync
However, I want the menu to start loading its assets when the intro starts running but I want to go to the menu not when everything is loaded but when I press a certain button.
Is this possible? How can I do it with c# code? Thank you