- Home /
How To Make A Pause Menu?
How would i go about making a pause menu for my 2D sidescrolling game. I want to be able to push the P key and it opens the pause menu where you can chose to restart or quit game back to the main menu. Which i also need is a main menu when you start the game.
Limit your questions to one per post. The main menu can become another question. It becomes much easier answering posts if they are modular and separable.
Answer by efge · Jan 11, 2011 at 04:27 PM
Main menu:
Create an extra scene and use Application.LoadLevel to switch to the next.
Pause menu:
Set the time scale to 0, enable a GUI and do not forget to disable the AudioListener.
(These are suggestions for basic functionality. You may want to search the forum and wiki for advanced tips and scripts.)
Your answer

Follow this Question
Related Questions
Making a Pause Menu 1 Answer
creating a menu 1 Answer
show pause menu issues 1 Answer
Pause Menu Quality Settings Error ? 1 Answer
Pause Menu Text Not Rendering 0 Answers