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 ...
Lerping is one of the foundational things you need to know about in video game development! There are so many use cases for lerping it's impossible to name them all! Almost any time you want to rotate ...