Demigiant / dotween

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

DoPath - Change waypoints during tween is running #677

Open andrewle9510 opened 3 months ago

andrewle9510 commented 3 months ago

Hi guys, im working on issue with starting waypoint is a collectible item. and ending waypoint is a main character that is moving. i want that item will follow until it reaches main character.

i have to use dopath because i need curve move (pathtype is catmullrom).

any solution?