What problem does it solve?
This Skill removes the manual friction of working with DOTween in Unity by checking installs, validating settings, discovering available modules and shortcuts, and configuring DOTweenAnimation components from the editor.
Core Features & Use Cases
- Project diagnostics: Detect whether DOTween Free or Pro is installed, locate DOTweenSettings.asset, and surface configuration issues before they cause problems.
- Settings management: Read, validate, and update common DOTween settings such as safe mode, log behavior, and tween capacities.
- API discovery: List DOTween modules and shortcut methods so developers can quickly understand what is available in the project.
- Pro animation workflows: Add, batch-add, stagger, inspect, copy, tune, and remove DOTweenAnimation components for UI and scene animation work.
- Use case: A Unity developer can verify a project setup, batch-configure UI entrance animations, and generate safer runtime tween scripts without manually digging through inspector settings.
Quick Start
Ask the Skill to inspect your Unity project for DOTween status, validate the settings asset, and configure or add the tween animation you need.