PrimeTween · High-Performance Animations and Sequences
High-performance tweens and sequences in one line of code. Unity 6 ready!

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
- Category:
- Tools › Animation
- Developer:
- Kyrylo Kuzyk
- Price:
- FREE
- Rating:
- Favorites:
- 459
- Supported Unity Versions:
- 2019.4.0 or higher
- Current Version:
- 1.3.0
- Download Size:
- 11.45 MB
- Last Update:
- Apr 5, 2025
- Description:
- PrimeTween is a high-performance, allocation-free tween library for Unity. Animate anything with just one line of code, tweak all animation properties directly from the Inspector, and create complex animation sequences. No runtime memory allocations, ever.
Highlights
* Zero-allocation animations, shakes, delays, and sequences.
* Simple and consistent API. Animate anything with one line of code.
* Installs as a Unity Package Manager (UPM) package.
* No dependencies on other packages or libraries.
* Full C# source code is available.
* Covered by 250+ automated tests and ready for production.
Features
* Animate Transform, Material, UnityEngine.UI (uGUI), UI Toolkit, AudioSource, Light, etc.
* Animate any field or property of type float, Vector, Color, Quaternion, or Rect.
* Schedule delays, set timers, and use PrimeTween as a non-allocating alternative to 'WaitForSeconds()' and 'await Task.Delay()'.
* Choose a standard easing function, provide a custom AnimationCurve for animations, or use Parametric Easing to fine-tune the standard easings.
* Shake the camera, Transform, or any arbitrary property.
* Execute custom code when animations complete.
* Combine animations, delays, and callbacks into complex sequences.
* All animation properties are tweakable from the Inspector. Tweak start and end values, duration, cycles, etc. Choose a standard easing function or provide a custom animation curve. All without re-compiling the code.
* Wait for animations and sequences in coroutines.
* Await animations and sequences in async methods.
* Repeat, play animations back and forth like a yoyo, or cycle them indefinitely. - Technical Details:
- Requirements
* Basic C# knowledge.
* Unity 2018.4.36 or newer. PrimeTween is extensively tested with Unity 2018.4, 2019.4, 2020.3, 2021.3, 2022.3, and Unity 6. - Continue »