How to Create a Super Smooth Follow Camera in 2D Unity Without Using Smooth Damp

How To Smooth Follow Camera 2d Unity Without Smooth Damp

How to Create a Super Smooth Follow Camera in 2D Unity Without Using Smooth Damp

When making a 2D recreation in Unity, it is typically essential to have a digital camera that follows the participant’s motion. The SmoothDamp perform can be utilized to create a clean digital camera observe impact, however it will also be computationally costly. For those who’re in search of a strategy to create a clean digital camera observe impact with out utilizing SmoothDamp, there are a number of completely different approaches you’ll be able to take.

One method is to make use of the LateUpdate perform. LateUpdate known as in spite of everything different Replace features have been known as, so it is a good place to replace the digital camera’s place. To make use of LateUpdate to create a clean digital camera observe impact, you’ll be able to merely set the digital camera’s place to the participant’s place plus an offset. The offset can be utilized to manage how far the digital camera is behind the participant.

Read more