GameDevHQ Crash Course #32 Tracking Camera
Apr 16, 2021
A nice simple way of having a camera keep the players position.
Cinemachine is a powerful Cutscene tool with the ability to do some fancy camera angles , fly throughs. But it is also useful for simple things, like a player tracking camera.
First we need to add Cinemachine to our project, this is added through the package manager.
Once that is added, We want to add a Cinemachine virtual camera to our scene. Then we add our player model to the follow slot on the cinemachine, and we have that selected as the main cameras cinemachine brain.
With that we have a simple but effective camera that tracks the player.