Reply To: Problem:Animation stops momentarily when using playmaker.

Forums 💬 Slate Sequencer ⚙️ Support Problem:Animation stops momentarily when using playmaker. Reply To: Problem:Animation stops momentarily when using playmaker.

#20017
Gavalakis
Keymaster

    Hello,

    Thank you for the report. Here is a quick-fix to that behaviour (a more proper fix will be included in the next version). Please open up “AnimatorTrack_2017.cs” file and add the following line of code at the very start of the “PostUpdateMasterTrack” function at line #117

    if ( time >= endTime ) return;

    [attachment file=”QuickFix.png”]

    If you wish, I can also send you the whole file to an email.

    Let me know. Thank you!