Hi all

My first completed project. A really simple 3d runner, using 3d assets i bought from Synty Studios.

Programming skills used in this project:

  • Simple camera follow
  • Enemy moving backwards and forwards between a point (Move.Towards), rotating in the direction its going (Rotate.Towards)
  • UI, Audio, Level switching in a Game Manager.
  • Singleton pattern
  • Updating UI text
  • Converting int ToString (for the time) and formatting it to show only 2 decimals.
  • Destroying pickups.
  • Player movement using RigidBody, jumping (using Physics.CheckCapsule for the onGround check), animations.
  • Simple move and rotate over Time.

Please enjoy. More to come.

Leave a comment

Log in with itch.io to leave a comment.