- Home /
What Happens in Scene Load
Hey,
I wanted to know exactly what the logic is in scene loading.
Apart from loading the objects and resources into memory are all the Start() or Awake functions called before loading is finished?
For example if I have a very expensive operation and put the function in Start(), will it cause a lag at the start of my game?
Thanks
Answer by GEWLAR · May 14, 2014 at 02:04 PM
As I know the Start and Awake function run befor you can see the new scene.
I had a very expensive Start function in a Scene and every time I wanted to load this Scene I had to wait until the Start function was finished.
Your answer
Follow this Question
Related Questions
Start menu gui wont load scene 2 Answers
Scene starts before scene loading is finished 0 Answers
Webplayer hangs on loading scene 2 Answers
Does scene loading improve performance? 1 Answer
Game flashes to white and desktop while changing scenes 2 Answers