playMaker

Author Topic: DOTween question  (Read 455 times)

pempo

  • Playmaker Newbie
  • *
  • Posts: 14
DOTween question
« on: May 25, 2022, 03:04:51 PM »
The playmaker DOTween actions are very super. But when I start say a path tracking while setting the animation, I can't change its speed! I change a variable while moving, but then the original speed remains in the viewport, only the number of the variable changes.
Please help!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: DOTween question
« Reply #1 on: May 26, 2022, 10:50:22 AM »
Hi.
Is it possible with DOTween C# script?

from what i understand, the tween will calculate on start and create a curve array.
So it will not recalculate on update.

Maybe some Spline asset would be better for this.