I have built my game, but when I run it, the main menu disappears, and it loads up the first scene in the game, after about ten seconds, even when you haven’t clicked ‘Play Game’. I am using this code to do it:
function OnMouseEnter() { //load level named 'level 1' Application.LoadLevel("1"); }
how can I stop this from happening? Any help will be greatly appreciated