I don’t understand why it does not load the scene properly when it is play with .exe file. Basically it load perfectly when i run on editor. But when i play it on .exe file, it doesn’t load the scene as expected. Anyone can tell me why?? I am very sure my build setting is alright if not i can’t even load it in the editor. Thank you
Are you sure the scenes are in a good order ?
You can drag’n’drop them upper and lower the other scenes.
It shouldn’t involve but try putting your menu as first and your loading as second?
They may not be in the right order in your Build Settings.
File->Build Settings->Scenes In Build
Scene 0 will run first.
Resource: http://unity3d.com/support/documentation/Manual/Publishing%20Builds.html
Good Luck.