unity-dotween

Generate validated DOTween tween and Sequence MonoBehaviour scripts for Unity.

6|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-dotween-dycuong03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-dotween
Source: https://github.com/dyCuong03/unity-agent-team/tree/main/.claude/skills/unity-skills/skills/dotween
Command: npx skills add https://github.com/dyCuong03/unity-agent-team --skill unity-dotween-dycuong03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DOTween projects often get stuck in guesswork around install status, settings, available modules, and the exact runtime code needed to create tweens and sequences quickly.

Core Features & Use Cases

  • DOTween presence & settings diagnostics: Check install status, locate DOTweenSettings assets, validate configuration, and surface SafeMode concerns.
  • API/module discovery: List DOTween modules and public shortcut extension methods to find the right tween/ease APIs.
  • Runtime tween/sequence script generation: Generate MonoBehaviour scripts for tween, Sequence, and lifetime-safe wrappers with common parameters, ready for use in Unity workflows.
  • DOTween Pro scene automation: For Pro-only features, add/configure/inspect DOTweenAnimation components, batch-add animations, stagger entrance effects, and perform getters/setters on animation fields.

Quick Start

Use unity-dotween to generate a DOTween tween MonoBehaviour script for a RectTransform using DOMove, OutQuad easing, and a 0.35s duration.

Frequently Asked Questions about unity-dotween

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

FAQPage Schema
How do I check if DOTween is installed and validate its settings in Unity?

To validate DOTween settings in Unity, the Skill probes the installation state, locates DOTweenSettings assets, and surfaces SafeMode concerns to ensure your configuration is correct before generating runtime scripts.

Can I generate a DOTween Sequence script for a RectTransform automatically?

Yes, you can generate a MonoBehaviour script for a DOTween Sequence targeting a RectTransform. The Skill creates validated tween scripts with common parameters like easing and duration, ready for Unity workflows.

How do I find available DOTween modules and shortcut extension methods?

You can discover DOTween modules and public shortcut extension methods by using the Skill's API discovery feature, which lists available tween and ease APIs to help you find the right methods for your scripts.

Does this Skill support DOTween Pro features like DOTweenAnimation components?

Yes, the Skill supports DOTween Pro only features, allowing you to add, configure, and inspect DOTweenAnimation components, batch-add animations, and apply stagger entrance effects directly in your Unity scenes.

What happens if I try to generate tween scripts under restricted approval mode?

Under restricted approval mode, the Skill prevents unsafe script-writing actions to protect your project, ensuring that runtime tween and Sequence MonoBehaviour scripts are only generated when safe to do so.

How do I create a tween script for a Transform using DOMove and OutQuad easing?

You can create a tween script by specifying the target Transform, the DOMove API, OutQuad easing, and duration. The Skill generates a validated MonoBehaviour script with these parameters for immediate use in Unity.