What problem does it solve?
DOTween projects often get stuck in guesswork around install status, settings, available modules, and the exact runtime code needed to create tweens and sequences quickly.
Core Features & Use Cases
- DOTween presence & settings diagnostics: Check install status, locate DOTweenSettings assets, validate configuration, and surface SafeMode concerns.
- API/module discovery: List DOTween modules and public shortcut extension methods to find the right tween/ease APIs.
- Runtime tween/sequence script generation: Generate MonoBehaviour scripts for tween, Sequence, and lifetime-safe wrappers with common parameters, ready for use in Unity workflows.
- DOTween Pro scene automation: For Pro-only features, add/configure/inspect DOTweenAnimation components, batch-add animations, stagger entrance effects, and perform getters/setters on animation fields.
Quick Start
Use unity-dotween to generate a DOTween tween MonoBehaviour script for a RectTransform using DOMove, OutQuad easing, and a 0.35s duration.