Camera Follow in Unity

Moving camera with the player

Rusben Guzman
Jan 21, 2022

Objective: Make the main camera move with the player.

We start developing the game but can only visualize the features in the scene windows. In order to see the player in the actual game window we have to make an adjust in the main camera.

The easiest way to make the camera follow the player is to set the camera as a child of the player. With this change the camera is going to follow the player movement and we can see it in the game window.

And that’s it!!! We have a easy camera follow feature in Unity.

--

--

Rusben Guzman
Rusben Guzman

Written by Rusben Guzman

A Software Engineer passionate about game dev and interactive products with Unity. I consider video games to be the artistic expression of programming.

No responses yet