Using Toggles in Unity 5 (Basic Tutorial)

Hey guys, I’ve created another tutorial on how to work with Toggles and Toggle Groups in Unity 5 using C#. The game plan for today was to show you in a bit of an “RPG“ sense how you can utilize toggles for things such as player class selection, however you can also use this same method to help you select different options for things such as game settings in your options menu (windowed/full screen, etc.) as well as various other tasks. We ran into a bit of a snag midway through the tutorial itself where I
Back to Top