iTween is a battle-tested tweening and interpolation solution for Unity, used by well-known studios like Square-Enix.
For complete documentation, examples, information or reporting any kind of bugs/comments/suggestions visit itween.pixelplacement.com
This Unity package is maintained by @cooloon in Github: github.com/cooloon/iTween-Unity
Licensed under the MIT License.
The package is available on the openupm registry. It's recommended to install it via openupm-cli.
openupm add com.pixelplacement.itween
To install this package, you need to edit your Unity project's Packages/manifest.json
and add this repository as a dependency. You can also specify the commit hash or tag like this:
{
"dependencies": {
"com.pixelplacement.itween": "https://github.com/cooloon/iTween-Unity#1.0.2",
}
}
If you need the latest updates, you can also install the plugin using the official Asset Store plugin.
The iTween.cs
is provided as-it-is, unchanged from the official project,
but this repository may add new C# scripts to complement or extend it features.
This repository uses SemVer tag versioning. The SemVer releases and tags of this repository
only represents the Unity package version and not the iTween.cs
library version.