Docs

DOTween

Fast tween engine.

What is DOTween

DOTween animates values, transforms, and UI with a fluent, high-performance API.

Install

OpenUPM
bash
openupm add com.demigiant.dotween

Usage

csharp
csharp
transform.DOMoveX(5f, 1f).SetEase(Ease.OutQuad);
image.DOFade(0f, 0.5f);

Docs

Official documentation: DOTween.