Simple Tween is a straightforward interpolation package that offers easy to use automation of a GameObject's transform values.Online Documentation: jasperdevir.com/docs/simple_tweenQueue and play clips to interpolate from one value to another, through code or the included clip editor.Choose a range of options to manipulate your objects; loop clips, mirror tweens, set time offsets, and set a range of different interpolation functions, or make your own with an animation curve.Save your clips as a ScriptableObject for later use.Currently only avaliable to manipulate a GameObject's position, rotation, and scale.Includes scripts:TweenTween Clip : ScriptableObjectTween Manager : MonoBehaviourAlso includes Tween Clip Editor, under Window/SimpleTween, for easy and intuitive editing and queuing of Tweens and Tween Clips.