To make a Third-Person Shooter (TPS) camera in Unity we will use a combination of a regular player movement and a third-person view.įirst, we will create a Player controller that will handle rotation and movement: A Third-Person camera is a type of camera placed behind the player, usually slightly shifted to the side, giving a visual representation of the game level and the player itself.