Simple camera follow system in Unity
For following the player, we will use a Cinemachine Virtual Camera, instead of setting the Main camera as a Player’s gameobject child
- Import Cinemachine
- Create a new virtual cam called CM Follow cam
- Drag and drop the Player gameobject into the Follow slot in the CM

