Creating Multiple Menus in Unity 5 C# (Basic Tutorial)

Welcome back to my channel! Today I’ve decided to create another tutorial in Unity showing you how to make a versatile menu for your game/unity project. There are a number of ways that you complete this very same goal and this is definitely something I’d encourage my viewers to expand on in their own projects, however for simplicity we will be going over some of the ways you can use enums and switch statements as well as empty gameobjects and the “SetActive“ option attached to those gameobjects. I really
Back to Top