Skip to content

PixelWizards/iTween

Repository files navigation

iTween

openupm

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 route1rodent in Github: github.com/route1rodent/iTween

Licensed under the MIT License.

Installation

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.pixelplacement.itween

Install via git URL

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/route1rodent/iTween.git#1.0.0",
   }
}

About this repository

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.