• Home  / 
  • Unity3D
  •  /  Lerp in Unity3D – What’s it do and how do you use it?

Lerp in Unity3D – What’s it do and how do you use it?

Learn how to use Mathf.Lerp, Vector3.Lerp, Quaternion.Lerp, & more. These simple built in methods allow you to move objects from one position to another, scale values between ranges, or slowly turn to face directions. No developer should be without them!