Import SmoothUnityLerps.cs to your unity project Drag the code to the GameObject Choose the desired lerp smooth type in the inspector Call StartLerp function with the target transorm that the object ...
What is Interpolation in Unity? In unity there are Vector3 methods called "Slerp()" and "Lerp()", which is allowing us to interpolate an action in 3D vectoral space. Lerp, which is Linear ...