So I made a pause menu
|
Hi again, We desperately needed a pause menu, so I decided to make a simple one. Its only functionality is to have some settings in it, restart game, and resume game. The settings in the menu are there to switch between inverted and non inverted camera in the vertical and horizontal axis. The simple functionality is the reason the menu was coded rather quick, and not very dynamic.
Screenshot of the pause menu, design is not final The screen is divided into two columns, with each column containing a list of gameobjects. You can then use the joystick of the controller to select the different objects, and if it’s selected you can push A on the controller to interact with it. Here is a pastebin to script for the pause menu. |
