Creating a following camera in Unity
One of the most important features to polish in your project is your camera. Game cameras are just as important as movie cameras because they frame everything the player sees in your game world. They can also feature smooth and intuitive controls that aid with immersion. So far, we've only covered fixed-position cameras that look at our target, but in this section, we'll create a third-person camera that follows our marble as it moves.