Okay, so i made gui menu with a few buttons (play game, options, etc…) and now, i go to Build and i choose the game and the menu, but seems when i tick both only the game appears, if you know what i am saying is that i build 2 scenes and instead of gui menu when click on launcher “play” the game just runs the same moment, no menu, any help?
Thank you, fixed! Close please
Edit: to people who don’t know how to fix this, ill help you
- Go to Build Settings
- If the menu is on number 1 and game 0 just drag menu to 0 and the game will automatically go to number 1, this will fix your problem and will show the gui menu!
You need to use Application.LoadLevel(). For organization, I would put the scenes in order of appearance. The menu would be (0) and the game would be (1). Pressing a button in your menu should trigger a script that calls Application.LoadLevel(1).