unity-dotween

Generate runtime DOTween tween scripts for Unity projects.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-dotween
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-dotween
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills/skills/dotween
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-dotween

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates DOTween integration, settings inspection, and runtime script generation to streamline tweening workflows in Unity projects.

Core Features & Use Cases

  • Diagnostics: Inspect DOTween/Pro status and project settings.
  • API discovery: List DOTween modules, shortcuts, and available tween methods.
  • Runtime generation: Create scripts for runtime tweens and sequences with optional lifetime wrappers.
  • Pro integration: Access DOTweenAnimation editor-time configuration via Pro features when available.
  • Use Case: Quickly configure a basic move or fade animation without writing boilerplate code.

Quick Start

Invoke the DOTween generation command with a className and target details to produce a runtime tween script.

Frequently Asked Questions about unity-dotween

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

FAQPage Schema
How do I generate DOTween runtime scripts for Unity animations?

Generate DOTween runtime scripts by invoking the generation command with a className and target details to produce a runtime tween script. This automates tweening workflows and eliminates manual boilerplate code for move or fade animations.

Can I inspect DOTween project settings and module availability?

Yes, you can inspect DOTween project settings through diagnostics capabilities that check DOTween/Pro status and list available modules, shortcuts, and tween methods. This enables API discovery without manually searching documentation.

Does this DOTween automation tool support DOTween Pro features?

Yes, the DOTween automation supports Pro integration by accessing DOTweenAnimation editor-time configuration via Pro features when available. It handles both DOTween Free and DOTween Pro workflows for project diagnostics and code generation.

What is the best way to automate tween sequence creation in Unity?

Automate tween sequence creation by using runtime generation to create scripts for sequences with optional lifetime wrappers. This streamlines DOTween integration and runtime script generation for Unity projects.

Do I need YAML frontmatter to use this DOTween Unity workflow?

Yes, YAML frontmatter with name and description in SKILL.md is required for the DOTween automation workflow. Optional resources directories can also extend behavior for project diagnostics and code generation.

Why are my generated DOTween tween scripts missing lifetime wrappers?

Lifetime wrappers are optional features in runtime script generation for tweens and sequences. Ensure you specify the optional lifetime wrapper parameters when invoking the DOTween generation command with your target details.