Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ollyisonit/unitygeneralinterpolation

A Utils class that can be used to quickly build interpolation methods and coroutines for any object.
https://github.com/ollyisonit/unitygeneralinterpolation

unity unity-scripts

Last synced: about 2 months ago
JSON representation

A Utils class that can be used to quickly build interpolation methods and coroutines for any object.

Awesome Lists containing this project

README

        

# Unity General Interpolation

![](icon.jpg)

A Utils class that can be used to quickly build interpolation methods and coroutines for any object. (See Interpolator.cs for details)

## Features
- General interpolation method and coroutine that work for any object
- Automatically uses an object's addition, subtraction, and multiplication operators for interpolating, or allows you to define your own addition, subtraction, and multiplication operators
- Use Animation Curves to add easing to your interpolations

## Installation
[Download](https://github.com/ollyisonit/UnityGeneralInterpolation/releases/latest) or clone this repository and add it to your Unity project assets folder.