Delivery Driver is a simple driving game created in Unity.
The player is a car that can pick up "packages" and deliver them to "customers".
I created this project by following a tutorial as part of this course: Complete C# Unity Game Developer 2D Online Course - 2021
My main take aways from this tutorial were:
- project organization
- introduction to Unity methods & classes
- introduction to Unity collision & triggers
- basic top-down player movement
- basic camera following
- object tags