A collection of easing functions made for use with Udon. Allows for interpolating values using custom mathematical functions, similar to what you would do using animation curves but via scripting instead.
Import with Unity Package Manager (git):
Import with Unity Package Manager (git):
- In the Unity toolbar, select
Window
>Package Manager
>[+]
>Add package from git URL...
- Paste the following link:
https://github.com/zoebuffer/UEase.git
Import from Unitypackage:
Import from Unitypackage:
- Download latest
dev.zoebuffer.uease.unitypackage
from here- Import the downloaded .unitypackage into your Unity project
See samples for usage examples.
See docs for a list of easing functions.
- Mathematical equations derived from Easings.
Distributed under the MIT Open Source license. See LICENSE for more information.
Developed by zoebuffer with