Day 1 of my Developer Journey: Player movement
Apr 27, 2021
I started out with the simple task of making a player movement script. This was a fairly simple task as it involves little code and is the simple use of the transform.Translate method in C#. So, I took a cube and made it move by checking for player input and then moving the player in the inputted direction.
