RNTween


RNTween is a simple, powerful and very easy to use animation system for Unity.

Now add new class TimeEquation!

< ...


by RN


Price History +

RNTween is a simple, powerful and very easy to use animation system for Unity.

Now add new class TimeEquation!

Example:

foreach (var t in new TimeEquation()
.inCubic.play(2f))
{
transform.position = Vector3.Lerp(from, to, t); yield return this;
}