• Unity3D easing functions.
    • Linear
    • SineIn, SineOut, SineInOut
    • QuadIn, QuadOut, QuadInOut
    • CubicIn, CubicOut, CubicInOut
    • QuartIn, QuartOut, QuartInOut
    • QuintIn, QuintOut, QuintInOut
    • ExpoIn, ExpoOut, ExpoInOut
    • CircIn, CircOut, CircInOut
    • BackIn, BackOut, BackInOut
    • ElasticIn, ElasticOut, ElasticInOut
    • BounceIn, BounceOut, BounceInOut
    • Spring
  • Includes Unity3D example.
  • Easing Functions Cheat Sheet: easings.net
  • wikipedia.org/wiki/Inbetweening

Download

Download NowName your own price

Click download now to get access to the following files:

https://github.com/rakkarage/Ease/archive/master.zip
External

Comments

Log in with itch.io to leave a comment.

You can't believe how helpful this overview is to me. Since I use a lot of tweening (in Playmaker) in my projects I often have to eyeball and test wich easing type fits the best, but with this it's going to be a lot "easier" (*wink*).

Though for some reason my Unity 5.3 keeps crashing when I try to open the Intro- or TestEase-Scene, even when copying only the assets into a new project, weird. Still, fine work mister.

(1 edit)

Thanks. :)

Fixed it for 4.3 (works in latest 5.5 too) and checked it in. If you download again it should work. Or just copy Ease.cs into your project.

Yup, it works now. Thank you for looking into it; I first thought it had something to do on my end.