# Demigiant/dotween

A Unity C# animation engine. HOTween v2

Repository: https://github.com/Demigiant/dotween
Canonical: https://ross.abutalabs.com/products/dotween
Homepage: http://dotween.demigiant.com
Language: C#
License: NOASSERTION
License Family: other
Last push: 2026-07-26T08:38:20+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 35, longevity 100
- inputs: {"age_days": 4186, "days_push": 38, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2681, forks 368 (observed 2026-08-28T04:07:10.036040+00:00)

## What it is
DOTween is a fast, type-safe C# tween/animation engine for Unity, evolved from HOTween v2. It animates numeric and non-numeric values (transforms, materials, strings) via fluent shortcut extensions like transform.DOMove(), with sequences, loops, callbacks, and modular Unity system support.

## Use cases
- animate a Unity transform to a position over time
- tween UI elements in a Unity game
- create sequenced animation chains in Unity
- scale or fade game objects with easing
- animate material properties and strings in Unity
- avoid GC allocations when tweening in games

## When to choose
- you are building a Unity game and need performant, type-safe tweening
- you want a mature, widely used animation library with extensive documentation
- you need to tween almost any value type with sequences and callbacks

## When to avoid
- you are not using Unity or a C# game engine
- you need skeletal or timeline-based animation rather than value tweening
- your project requires a permissive open-source license (license is custom/restricted)

## Facets
- artifact type: library
- maturity: stable
- function: animation, game-engine
- domain: graphics, cross-platform
- platform: game-engine, cross-platform, windows
- tags: unity, tweening, csharp, animation-engine, hotween-v2, game-development, macos, linux, android, ios

## Member repositories
- Demigiant/dotween (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:10.036040+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:17:55.106175+00:00, confidence not recorded.
  - readme: https://github.com/Demigiant/dotween (fetched 2026-08-28T04:07:10.036040+00:00, sha 2be4bd792e4b)
  - homepage: http://dotween.demigiant.com (fetched 2026-08-29T10:00:21.613467+00:00, sha 223091f2b101)
  - site_page: http://dotween.demigiant.com/documentation.php (fetched 2026-08-29T10:00:21.623095+00:00, sha 606189fb9bb5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
