I use
“var async : AsyncOperation = Application.LoadLevelAsync (“2”);”
to load my second scene, but when I press the load button, the first scene where I am in stop for 2 seconds,then start the second scene.
why?
I want no gap between the firse scene and the second scene, what should I do?
thanks