When making a 2D sport in Unity, it is usually essential to have a digital camera that follows the participant’s motion. The SmoothDamp perform can be utilized to create a easy digital camera comply with impact, but it surely may also be computationally costly. In case you’re in search of a approach to create a easy digital camera comply with impact with out utilizing SmoothDamp, there are a couple of completely 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 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 easy digital camera comply with 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 regulate how far the digital camera is behind the participant.
Continue reading “How to Create a Super Smooth Follow Camera in 2D Unity Without Using Smooth Damp”