Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ollyisonit/unitygeneralinterpolation
- Owner: ollyisonit
- License: gpl-3.0
- Created: 2020-07-13T23:26:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T21:48:14.000Z (5 months ago)
- Last Synced: 2024-07-25T00:16:20.708Z (5 months ago)
- Topics: unity, unity-scripts
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.