Unity C# Tutorial: Helpful Tricks


In this tutorial we’re going to take a look at some helpful C# tricks that will let us write less code. In particular we’ll look at how to serialize simple properties in the inspector; easy ways to access the last element in an array/list; interpolated strings; and switches and switch expressions.

📂 Grab the full project ➠ https://github.com/GameDevEducation/UnityTutorial_CSharpTricks