Third person control scripts for velocity based movement
-
git clone https://github.com/BrandonBartram98/Unity-ThirdPersonController
- Clone project -
Import scripts into Unity project
-
Add an empty object, rename to 'Player' and attach the scripts and a RigidBody to this object
-
Add an empty object as a child of 'Player', rename to 'Orientation'
-
Add your character model as a child of 'Player'
-
Set appropritate script parameters in the inspector
-
Import
cinemachine
via package manager and add a free-look camera (Optional)
git clone https://github.com/BrandonBartram98/Unity-ThirdPersonController