unity-dotween

Generate and configure DOTween animations in Unity.

Updated May 9, 2026
One-click install
npx skills add https://github.com/krikommp/chess-game --skill unity-dotween-krikommp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-dotween
Source: https://github.com/krikommp/chess-game/tree/main/.agents/skills/unity-skills/skills/dotween
Command: npx skills add https://github.com/krikommp/chess-game --skill unity-dotween-krikommp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires DOTween, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of creating and managing animations in Unity using DOTween, reducing the need for manual animation work.

Core Features & Use Cases

  • Runtime Script Generation: Automatically generate scripts for tweens and sequences based on parameters.
  • Pro Animation Configuration: Configure DOTweenAnimation components for advanced animation features.
  • Use Case: Simplify the animation process in Unity games and applications by automating tween operations and configuring DOTweenAnimation components.

Quick Start

Generate a tween script for a Unity object with the command: dotween_generate_tween_script className=MyTween targetKind=Transform tweenKind=DOMove duration=1 ease=OutQuad

Frequently Asked Questions about unity-dotween

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

FAQPage Schema
How do I automate Unity animations with DOTween?

To automate tween operations in Unity, this Skill generates runtime scripts for tweens and sequences based on parameters like target, duration, and ease, while also configuring DOTweenAnimation components for advanced animation features.

What's the best way to generate DOTween tween scripts for Unity objects?

The best way to generate DOTween tween scripts is using a command that specifies the class name, target kind, tween kind like DOMove, duration, and ease type, automatically producing the animation script for your Unity object.

Do I need DOTween installed to use this Unity animation automation?

Yes, you need DOTween Free or Pro installed in your Unity project, because this Skill requires the DOTween dependency to provide the runtime tweening capabilities necessary to execute the generated scripts and configurations.

Can I configure DOTweenAnimation components for advanced Unity animations?

Yes, you can configure DOTweenAnimation components for advanced Unity animations, enabling the automated setup of Pro animation features and tween operations without requiring manual component tuning in the Unity editor.

Does this DOTween automation work for sequences in Unity game development?

Yes, this DOTween automation works for sequences in Unity game development by automatically generating and configuring tween sequences, simplifying the creation of complex interactive application animations through script generation.