C# Switch Statements in Unity! – Beginner Scripting Tutorial
Watch this video in context on Unity Learn:
https://learn.unity.com/tutorial/switch-statements
Switch statements act like streamline conditionals. They are useful for when you want to compare a single variable against a series of constants. In this video you will learn how to write and use switch statements.