Skip to content

Leeeebs/Delivery-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery Driver

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".

Tutorial

I created this project by following a tutorial as part of this course: Complete C# Unity Game Developer 2D Online Course - 2021

What did I learn

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