Demigiant / dotween

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

Dotween Animation Component : 'From' already applied even before Tween started #637

Open seoyeon01 opened 1 year ago

seoyeon01 commented 1 year ago

Editor components preview well as intended.

  1. When i play, the preview, move tween starts from 'From Position (Related)'.

1

But,

  1. Run the Play mode.
  2. The AutoPlay option is off, so Tween has not been played yet.
  3. Pos X must be zero.
  4. However, Fox X is -200 with From position applied.

image

Isn't it different from using 'From' in the script through code? Why is 'From' already applied even before Tween started?

Actually, my intention is, I think it would be cleaner to be able to specify the Start Value. https://github.com/Demigiant/dotween/issues/513#issue-1000256653