A. Russell2D Character Controller: Part 1So to make a 2D platformer game, you need to be able to control the character! These characters can typically perform actions like walking…Jun 30, 2022Jun 30, 2022
A. RussellDesign Pattern: SingletonThe Singleton is a classic design pattern and generally has two criteria:Feb 23, 2021Feb 23, 2021
A. RussellProperties and FieldsIn C#, classes can have fields and properties.Feb 22, 2021Feb 22, 2021
A. RussellCoroutinesLike most languages, functions in Unity run synchronously; the function will run to completion before returning.Feb 21, 2021Feb 21, 2021
A. RussellUnity NavMeshThis is Unity’s navigation system. It provides a convenient way to convert your scene’s geometry into walkable surfaces that pieces can…Feb 21, 2021Feb 21, 2021
A. RussellWhat is Unity’s URP?In Unity, the URP is the Universal Render Pipeline. It is a package you can install via the Package Manager or if you are creating a new…Feb 21, 2021Feb 21, 2021