Hello ! Im trying to make game in Unity 3D and i need a main menu and pause menu ! In my First Version of the game in the main menu i want only 4 buttons:…“Play Game”…“Load Game”…“Credits”…“Quit Game” ! That is for main menu ! For pause menu i want again 4 buttons:…“Resume Game”…“Save Game”…“Load Game”…“Quit Game” ! Please help me !
1 Answer
1To learn about the Unity’s GUI system, go here. (You’ll need this to create the actual buttons) (There will be a new GUI system in one of the future releases of Unity 4.x)
To learn about time-scale/speed in Unity, go here. (You’ll need this to pause and un-pause the game)
To learn about PlayerPrefs, go here. (You’ll need this to save and load the game)
To learn how to load a level, go here.
To learn how to quit the game, go here.