Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: amusic on October 11, 2015, 04:35:06 PM

Title: Infinite loop - DoTween Pro
Post by: amusic on October 11, 2015, 04:35:06 PM
How one would do infinite loop of animation?

A
Title: Re: Infinite loop - DoTween Pro
Post by: Daniele on October 11, 2015, 06:11:56 PM
Hi,

Just add a SetLoops(-1) (http://dotween.demigiant.com/documentation.php?api=SetLoop) to the tween (or, if you're using DOTweenAnimation/Path, set the loops to -1).
Title: Re: Infinite loop - DoTween Pro
Post by: amusic on October 15, 2015, 11:23:27 PM
Pff...didnt rtm(read the manual)..Thanks!
A