Unity Clean Architecture - Switch Statements

August 6, 2019

Cleaner Architecture in Unity

Switch Statements

Youtube - Code Smells - 'Switches' in Unity3d / C# Architecture
By: Unity3d College

This tutorial just seemed like a nice one to come back to to get some insight on when to use/not use switch statements in Unity, and how to implement them (or suggested replacements) properly. Cleaner coding practices are always helpful.

Comments

Popular posts from this blog

Online Multiplayer Networking Solution Tutorial Using Unity and Mirror - Tutorial by: Jason Weimann

Sebastian Lague A* Tutorial Series - Path Smoothing - Pt. 08 and Pt. 09

AStar for 2D Pathfinding in Unity