DOTween Pro

Description

REQUIRES UNITY 2018.4/2019/2020/2021/2022 or higher (run its setup utility after installing to activate shortcuts and features based on your current Unity version).

IMPORTANT: if upgrading from a version older than 1.2.420, follow these instructionsarrow-up-right carefully.

DOTween Pro extends the free engine DOTweenarrow-up-right (which is included in this package), implementing new features both for scripting and visual scripting, including extra features for these external assets (if present):

  • TextMesh Pro (both paid and free version)

  • Easy Performant Outline (this is also included in the free version)

  • 2D Toolkit

VISUAL ANIMATION EDITOR

A Component that allows to animate some of its gameObject's properties without scripting: Move, Fade, Color, Rotate, Scale, Punch, Shake, Text, Camera properties and more.

Works also with 2D Toolkit and TextMesh Pro objects.

Implements a smart setup that allows you to easily interact with the animations via Unity UI onClick events, and can preview animations without entering Play Mode.

VISUAL PATH EDITOR

A Component that allows you to animate its gameObject along a path.

NOTE: the visual path editor currently supports Linear (straight) or curved CatmullRom paths and Transform coordinates (UI paths not supported).

Implements a smart setup that allows you to easily interact with the animations via Unity UI onClick events.

VISUAL EDITOR MANAGER

An extra Component that can be added from a Path or Animation Editor. It allows to set additional actions to execute when its gameObject is activated or deactivated (especially useful when using a pooling system).

ADDITIONAL DOTWEEN SCRIPTING FEATURES

  • Additional shortcuts for TextMesh Pro, Easy Performant Outline and 2D Toolkit if present.

  • DOSpiral shortcut.

  • A low-level system to animate TextMesh Pro text per-character (skew, scale, rotate, shift).

Last updated