Camera Follow in Unity
Moving camera with the player
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.