brunomikoski / Animation-Sequencer

A visual tool that allows you to create animated sequences of tweens and tweak them on editor time.
MIT License
960 stars 116 forks source link

OnFinishedEvent being raised only first time #78

Open adammak23 opened 2 months ago

adammak23 commented 2 months ago

Hello i encountered following situation: When playing AnimationSequencerController (OnEnable,OnAwake or using Play() from code) OnStart and OnProgressEvent are being fired every time but OnFinishedEvent is fired only once when sequencer ends (When playing again, only OnStart and OnProgressEvent are being fired).

Using AnimationSequencerController.Play with onCompleteCallback works properly though so its not big of a deal, just wanted to raise this error. Thanks for amazing plug-in :)

Unity 6000.0.7f1 DOTween 1.2.765 [Release build] Sequencer 0.5.4