3rd Person Player Controller
Last update:12/20/2019
I’ve spent some days working on my own 3rd person player controller using Unity Mecanim and some C# codes.
In this version, the player can idle, walk, run, jump and a few minor silly stuff.
Feel free to test the demo below. You can use WASD, Space bar, Left Shift to move around.
On the next update, I will try to implement some advanced animations such as:
strafe movements
turnings
stumbling onto walls
falling & recovery
improved camera movements