Objective: Why is Switch Statements better to use in Unity than else-if statements. Today were gonna go in depth into the world of switch statements in Unity, and your probably thinking to yourself how are switch statements more effective than else-if statements. For starters if you using several else-if statements…