What problem does it solve? Manually configuring DOTween settings, discovering available tween APIs, and wiring up DOTweenAnimation components in Unity is repetitive and error-prone, especially when Free and Pro capabilities differ. ## Core Features & Use Cases - Diagnostics and Settings: Report install status, find and validate DOTweenSettings assets, and configure defaults like ease type, safe mode, and capacities. - API Discovery: List loaded DOTween modules, shortcut extensions, and tween methods to know exactly what the installed version supports. - Runtime Script Generation: Generate tween, sequence, and lifecycle-safe MonoBehaviour scripts without overwriting existing files. - Pro Animation Editing: Add, batch-add, stagger, copy, modify, and remove DOTweenAnimation components with validated parameters. - Use Case: A developer building UI entrance animations can batch-add staggered DOTweenAnimation components to a panel's buttons, then generate a lifecycle-safe runtime script with SetLink for a hero panel intro. ## Quick Start Ask the agent to check DOTween install status and add a staggered fade-in DOTweenAnimation to all buttons in the main menu scene.