Closed burakomer closed 2 years ago
Sorry that it took me so long to be able to take a look at this, but actually using the OnComplete
for this causes other problems when rewinding tween as well.
I will investigate this further to try to find a better solution
Thanks! For the time being, my solution was to set the loop under the step, then add a callback on the next step. This works for simple tweens.
I'm glad you figure out a better way of handling it! I will close the issue for now! :D
When setting a finite loop, the OnFinishedEvent is fired at each tick. I think it should be registered as an OnComplete callback rather than AppendCallback callback.