dotween

Automate Unity animations with DOTween for sequenced motion and lifecycle safety.

3|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/XeldarAlz/KlondikeSolitaire --skill dotween
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotween
Source: https://github.com/XeldarAlz/KlondikeSolitaire/tree/main/.claude/skills/third-party/dotween
Command: npx skills add https://github.com/XeldarAlz/KlondikeSolitaire --skill dotween

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DOTween provides a robust, fluent tweening API for Unity, streamlining complex animations and ensuring consistent motion with lifecycle safety.

Core Features & Use Cases

  • Fluent API for animating transforms, UI, materials, and sequences
  • Sequence composition, overlap, and callbacks for orchestrated motion
  • Critical: always kill tweens on destroy to prevent leaks and missing references
  • Flexible kill strategies, auto-kill controls, and path/easing options for production-grade workflows

Quick Start

Install DOTween in your Unity project and start a simple sequence to move a UI element.

Frequently Asked Questions about dotween

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sequence multiple Unity animations together without conflicts?

To sequence Unity animations, compose overlapping tweens using DOTween sequences to orchestrate motion. This chains transforms, UI panels, and camera moves with callbacks, ensuring synchronized and reliable animation playback.

Why do my Unity tween animations cause missing reference errors?

Unity tween animations cause missing reference errors when destroyed objects are still animated. To prevent leaks and missing references, always kill tweens on destroy using appropriate kill strategies and auto-kill controls.

What is the best way to animate UI panels in Unity with reliable easing?

The best way to animate Unity UI panels is using a fluent tweening API that applies reliable easing options. This streamlines complex motion paths for UI elements, ensuring consistent visual behavior and lifecycle safety during gameplay.

Can I animate game object paths and camera moves using DOTween in Unity?

Yes, you can animate game object paths and camera moves in Unity using DOTween. It provides flexible path and easing options to produce fluent, sequenced motion suitable for production-grade game workflows.

When should I use explicit kill strategies for Unity animations?

You should use explicit kill strategies for Unity animations when managing complex tween lifecycles during active gameplay. Applying auto-kill controls and explicit kills prevents memory leaks and ensures safe, production-grade animation workflows.