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 usually essential to have a digicam that follows the participant’s motion. The SmoothDamp perform can be utilized to create a easy digicam observe impact, but it surely can be computationally costly. When you’re in search of a option to create a easy digicam observe impact with out utilizing SmoothDamp, there are just a few totally different approaches you’ll be able to take.

One strategy is to make use of the LateUpdate perform. LateUpdate known as in any case different Replace capabilities 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 observe impact, you’ll be able to merely set the digicam’s place to the participant’s place plus an offset. The offset can be utilized to regulate how far the digicam is behind the participant.

Read more