Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.65 KB

Udon Easing Functions (UEase)

Table of Contents

About

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.

Demo

Installation

  1. In the Unity toolbar, select Window > Package Manager > [+] > Add package from git URL...
  2. Paste the following link: https://github.com/zoebuffer/UEase.git

Import from Unitypackage:

  1. Download latest dev.zoebuffer.uease.unitypackage from here
  2. Import the downloaded .unitypackage into your Unity project

Examples

See samples for usage examples.

Documentation

See docs for a list of easing functions.

Credits

  • Mathematical equations derived from Easings.

License

Distributed under the MIT Open Source license. See LICENSE for more information.

Developed by zoebuffer with ♥️