Skip to content

mimicteam/easing-for-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easing for Unity

A dead simple single-class implementation of Robert Penner's easing functions for the Unity Engine.

Usage

All easing code is in Easing.cs, so feel free to just copy paste this file into your project.

You can call easing functions by name or by enum.

We're using enums over delegates because Unity serialization supports enums, so you can expose them in the editor and save them as part of a scene.

Enjoy!

License

Open source under the MIT and BSD Licenses.

Contact

With love by Mimic Team
Twitter. Github. Mail.

About

Dead simple single class easing functions for Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages