unity-dotween

Diagnose DOTween installation status and generate runtime tween scripts.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-dotween-yiduandtdt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-dotween
Source: https://github.com/YiDuandtdt/Bone-Throne/tree/main/.agents/skills/unity-skills/skills/dotween
Command: npx skills add https://github.com/YiDuandtdt/Bone-Throne --skill unity-dotween-yiduandtdt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DOTween Free/Pro automation: Free skills probe install status, read/validate/configure DOTweenSettings, list modules and shortcut extension methods, and generate runtime tween / Sequence / lifetime-safe MonoBehaviour scripts. Pro skills (dotween_pro_*) add/configure/inspect DOTweenAnimation components on scene objects, including stagger/cascade entrance. Triggers: DOTween, DOTweenFree, DOTweenPro, DOTweenAnimation, DOTweenSettings, DG.Tweening, tween, Sequence, ease, easing, OutQuad, OutBack, loops, Yoyo, stagger, cascade, DOMove, DOLocalMove, DORotate, DOScale, DOAnchorPos, DOFade, DOColor, DOPunchPosition, DOShakePosition, SetLink, autoKill, SafeMode, UI animation, UI 动画, 补间动画, 补间, 缓动, 缓动函数, 动画配置, 循环, 序列, 动效, 脚本生成, 错峰动画.

Core Features & Use Cases

  • Diagnostics and settings: check DOTween installation status, read DOTweenSettings, list modules and shortcuts, validate configurations.
  • API discovery: enumerate DOTween modules and extension methods to accelerate development.
  • Runtime script generation: create runtime MonoBehaviour scripts for tweens, sequences, and lifetime-safe wrappers; Pro skills can add DOTweenAnimation components on objects.

Quick Start

Use unity-dotween to diagnose DOTween installation, read settings, and generate a runtime tween script for a Transform.

Frequently Asked Questions about unity-dotween

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

FAQPage Schema
How do I check DOTween installation status and validate DOTweenSettings in Unity?

This skill probes DOTween installation status and reads or validates DOTweenSettings configurations in Unity projects to confirm modules and shortcuts are correctly prepared.

Can I generate runtime tween and Sequence scripts for Unity automatically?

Yes, it generates runtime MonoBehaviour scripts for tweens, sequences, and lifetime-safe wrappers using DOTween, including SafeMode and SetLink configurations for safe execution.

Does DOTween Pro DOTweenAnimation component support stagger and cascade entrance animations?

DOTween Pro skills support adding, configuring, and inspecting DOTweenAnimation components on scene objects, including stagger and cascade entrance animations for UI and gameobjects.

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

It enumerates DOTween modules and shortcut extension methods like DOMove, DORotate, DOFade, and DOColor to accelerate development by discovering available tweening APIs.

What's the best way to configure DOTween settings like ease types, loops, and SafeMode?

You can read, find, and validate DOTweenSettings configurations to manage ease types such as OutQuad and OutBack, loops, Yoyo, autoKill, and SafeMode for runtime tweening.

Do I need DOTween Free or Pro to use this DOTween diagnostics and scripting tool?

It applies to Unity projects using DOTween Free or Pro. Free skills handle settings and script generation, while Pro skills add DOTweenAnimation component integration for scene objects.