Search Unity

Tutorial - ADVANCED Lerping

Discussion in 'Community Learning & Teaching' started by ChrisKurhan, May 12, 2022.

  1. ChrisKurhan

    ChrisKurhan

    Joined:
    Dec 28, 2015
    Posts:
    268


    Hey all! Happy late #TutorialTuesday! (sorry, I'm on vacation with really limited access to internet!)

    The Lerping Fundamentals video from a while ago really took off. This week I wanted to expand off just the basics and get into more complex areas of lerping where we can make our lerps feel less "robotic". Remember that LERP is for Linear Interpolation, so they're by nature, linear. This sometimes feels funny, so sometimes we'd like to apply smoothing, dampening, or just generally non-linear interpolation to our lerp! This tutorial will show you how we can apply Animation-Curve-based interpolation to your lerps, as well as adding randomness to those lerps so every single lerp is not the exact same.

    As always, the full project for this video is available on GitHub!

    If you got value from this video, please consider liking, subscribing, and sharing to help these tutorials reach and add value to even more people. New tutorials are posted every Tuesday!