unity-dotween-design

Installation
SKILL.md

DOTween - Design Rules

Advisory module. Every rule is distilled from Demigiant DOTween source at:

  • 1.3.015 — bundled in _DOTween.Assembly/DOTween/ and bin/Modules/ module files (Unity 2018+)

Each rule cites a concrete file/line so the reasoning is auditable and the AI does not improvise against stale memory.

Mode: Both (Semi-Auto + Full-Auto) — documentation only, no REST skills.

When to Load This Module

Load before writing or reviewing any of:

  • DOTween.Init(...) bootstrap, DOTweenSettings configuration, SetTweensCapacity adjustments
  • Any .DOMove / .DORotate / .DOScale / .DOColor / .DOFade / .DOShake* / .DOPath / .DOPunch* shortcut call
  • DOTween.Sequence() + .Append / .Join / .Insert / .Prepend / .AppendInterval / .PrependInterval / .AppendCallback
  • .SetEase / .SetDelay / .SetLoops / .SetAutoKill / .SetLink / .SetId / .SetTarget / .SetUpdate / .SetRelative / .SetRecyclable / .SetSpeedBased
  • .OnStart / .OnUpdate / .OnStepComplete / .OnComplete / .OnKill / .OnPlay / .OnPause / .OnRewind
  • .AsyncWaitForCompletion / .AsyncWaitForKill / .AsyncWaitForRewind / .AsyncWaitForElapsedLoops / .AsyncWaitForPosition
Related skills

More from besty0728/unity-skills

Installs
7
GitHub Stars
987
First Seen
Apr 25, 2026