Demigiant / dotween

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

Path tweener: ChangeEndValue does not support SpeedBased? #555

Open Haapavuo opened 2 years ago

Haapavuo commented 2 years ago

Hi,

We have an issue that causes our tween to end faster than expected. It seems like ChangeEndValue resets SpeedBased to false and uses the given duration as duration and not as speed. Am I correct? Could this be fixed? Thanks!