- Home /
Question by
michaelvoigt · May 16, 2011 at 06:36 PM ·
loadlevelloadleveladditiveonlevelwasloaded
does LoadLevelAdditive() call MonoBehaviour.OnLevelWasLoaded ?
Loadlevel does, but LoadLevelAdditive appears to not call MonoBehaviour.OnLevelWasLoaded?
unity bug?
Comment
Answer by Ploppo · Jun 05, 2012 at 04:08 PM
You can track the progress using LoadLevelAdditiveAsync using the class AsyncOperation
Answer by Bryan 4 · May 16, 2011 at 09:22 PM
Additive does not have that callback hooked to it, as a level isnt technically being loaded. Objects are just being added to the current scene.
Your answer
Follow this Question
Related Questions
What is the standard solution for preserving level data? 0 Answers
Loading a level while pausing the current one? 0 Answers
Delays when move to another scene 1 Answer
Next lvl code help 1 Answer
Opening a level when dead 2 Answers