Camera Look System in Unity
Feb 11, 2022
3rd Person Zombie Shooter
Objective: Make Camera look from the 3rd character perspective
First of all move the main camera as the child of the Player game object so that the camera always follow player.
Then align and rotate the camera so that it positions itself as a 3rd person view so that whenever player moves, it moves along with it.
And this is the final result.