Camera Follow in Unity (Cinemachine)

Valdarix Games
Level Up Coding
Published in
3 min readJun 9, 2021

--

// Forget the scripts, lets do this the easy way!

Moving camera in action

We’ve all read the massive number of tutorials out there on “How to make the camera follow the player?” The most common options are A) Attach the Camera to the Player and B) Write a script to handle the movement of the camera based on the player. While both of these methods are perfectly fine ways to accomplish this task I am going to look at a third…

--

--

Turning my passion for video games and software development experience into a focus on video game development.