# Animation System

## Tweening

**Unity Package**  
**Free**

The Tweening package provides a system for tweening object properties in Unity. A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion.

[_GitHub_ Install from GitHub](https://github.com/zigurous/unity-tweening-system)  
[_download_ Direct Download](https://github.com/zigurous/unity-tweening-system/archive/refs/tags/v3.0.0.zip)

## Screenshots

## Installation

Use the Unity Package Manager to install the Tweening package.

1. Open the Package Manager in **Window > Package Manager**  
2. Click the add ( **+**) button in the status bar  
3. Select **Add package from git URL** from the add menu  
4. Enter the following Git URL in the text box and click Add:
   
   `https://github.com/zigurous/unity-tweening-system.git`

## Details

- **Download Size** – 160 KB
- [**Release**](https://github.com/zigurous/unity-tweening-system/releases/tag/v3.0.0) – 3.0.0
- [**Documentation**](https://docs.zigurous.com/com.zigurous.tweening/)
- [**Source Code**](https://github.com/zigurous/unity-tweening-system)
- [**License**](https://github.com/zigurous/unity-tweening-system/blob/main/LICENSE.md)
