You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that in some situations (heavy load), the GoTweenChain ends before the last GoTween in its chain. And when it happens, the onComplete handler of the last GoTween is not called.
The text was updated successfully, but these errors were encountered:
I submitted a fix with this pull request. It fixes the problem in my case, and despite I think it handles all the cases (reverse, ping ping etc...) this has to be checked.
It seems that in some situations (heavy load), the GoTweenChain ends before the last GoTween in its chain. And when it happens, the onComplete handler of the last GoTween is not called.
The text was updated successfully, but these errors were encountered: