This is a beginner friendly tutorial which will show you how to create a menu in Unity that you can navigate through with your keyboard/gamepad.
I'll walk you through the process of:
- Setting up Controls for the Input System
- Setting up an Input Manager to detect Input
- Setting up a Menu Manager to control your game's menu canvases
- Setting up some basic UI elements
- How to control which button/UI element is selected first when the canvas is opened.
I hope you enjoy!