LERP Animator

Many types of animations in games consist of linear interpolations between positions, rotations and scales.


The LERP Animator is a script with a custom inspector that lets you create linear animations by LERPing an unlimited number of transforms through sets of position, rotation and scale targets. 


Define different LERP animations and trigger them by name, either directly through code, or in your favourite visual scripting system.


This can replace the need for using third party software to rig and animate, then import them as assets, for these kinds of animations.