Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.3k stars 346 forks source link

Tween doesn't occur; no errors #594

Closed ayyobro closed 1 year ago

ayyobro commented 1 year ago

I have imported the right using statement:

using DG.Tweening;

I have applied a tween using an available method ( IDE is picking up on autocomplete as well ):

transform.DOBlendableLocalMoveBy(transform.forward * _dodgeDistance, TweenSpeed);

I have confirmed in debugging that the method is executed.

However, the tween is not applied to the object.

Strange! No errors in the console, either.

Edit:

Demigiant commented 1 year ago

Closing this since I answered via mail :)