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 sport in Unity, it is typically essential to have a digicam that follows the participant’s motion. The SmoothDamp perform can be utilized to create a easy digicam comply with impact, nevertheless it may also be computationally costly. For those who’re searching for a technique to create a easy digicam comply with impact with out utilizing SmoothDamp, there are a number of completely different approaches you possibly can take.

One method is to make use of the LateUpdate perform. LateUpdate is known as in any case different Replace features have been known as, so it is a good place to replace the digicam’s place. To make use of LateUpdate to create a easy digicam comply with impact, you possibly can merely set the digicam’s place to the participant’s place plus an offset. The offset can be utilized to manage how far the digicam is behind the participant.

Read more