Infinite loop - DoTween Pro
« on: October 11, 2015, 04:35:06 PM »
How one would do infinite loop of animation?

A

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: Infinite loop - DoTween Pro
« Reply #1 on: October 11, 2015, 06:11:56 PM »
Hi,

Just add a SetLoops(-1) to the tween (or, if you're using DOTweenAnimation/Path, set the loops to -1).

Re: Infinite loop - DoTween Pro
« Reply #2 on: October 15, 2015, 11:23:27 PM »
Pff...didnt rtm(read the manual)..Thanks!
A