DOTween Transform Actions

v1.0

DOTween Jump Action

DOTween Local Jump Action

circle-info

The "Local" version is relative to the parent transform.

DOTween Path Action

Object follows path based on a List<Vector3> of waypoints.

DOTween Local Path Action

circle-info

The "Local" version is relative to the parent transform.

DOTween Look At Action

DOTween Move Action

DOTween Local Move Action

circle-info

The "Local" version is relative to the parent transform.

DOTween Blendable Move By Action / DOTween Blendable Local Move By Action

circle-info

The "Blendable" version allows multiple Blendable version to be additive when executed sequentially. The target value is always relative to the start value.

DOTween Rotate Action

DOTween Local Rotate Action

circle-info

The "Local" version is relative to the parent transform.

DOTween Blendable Rotate By Action / DOTween Blendable Local Rotate By Action

circle-info

The "Blendable" version allows multiple Blendable version to be additive when executed sequentially. The target value is always relative to the start value.

DOTween Scale Action

DOTween Blendable Scale By Action

circle-info

The "Blendable" version allows multiple Blendable version to be additive when executed sequentially. The target value is always relative to the start value.

DOTween Shake Position Action

Shakes transform position with realistic vibration effects using DOTween. Perfect for camera shake, hit impact, explosions, and earthquake effects.

DOTween Shake Rotation Action

Shakes transform rotation with realistic vibration effects using DOTween. Ideal for wobble effects, impact reactions, and unstable object animations.

DOTween Shake Scale Action

Shakes transform scale with realistic vibration effects using DOTween. Great for jelly effects, hit reactions, and nervous/unstable object behavior.

DOTween Punch Position Action

Punches transform position with an elastic bounce-back effect using DOTween. Perfect for hit reactions, button clicks, and impact feedback.

DOTween Punch Rotation Action

Punches transform rotation with an elastic bounce-back effect using DOTween. Ideal for recoil effects, wobble impacts, and satisfying rotational feedback.

DOTween Punch Scale Action

Punches transform scale with an elastic bounce-back effect using DOTween. Great for button presses, collectible pickups, and pop/squash effects.

Last updated