HI there
I have a question in regards to DOTween that i hope someone can asnwer.
- I have a Tweener tw, cached as a DOPath().
- In the game, I am collecting a percentage point.
- I want the transform to move to animate to this percentage point.
What appears to be happening is the transform snaps its position to the end percentage and then continues to play from there to the end of the path itslef. This is incorrect for my needs. I need to be able to move from and to any percentage values. Ex (from 0.1 to 0.8) or (from 0.8 to 0.1)
So how can I achieve this, if at all?
Thanks!