2D 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
Design Pattern: SingletonThe Singleton is a classic design pattern and generally has two criteria:Feb 23, 2021Feb 23, 2021
CoroutinesLike most languages, functions in Unity run synchronously; the function will run to completion before returning.Feb 21, 2021Feb 21, 2021
Unity 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
What 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