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

Slate Forums Support Problem:Animation stops momentarily when using playmaker. Reply To: Problem:Animation stops momentarily when using playmaker.

#2396
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;

QuickFix

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

Let me know. Thank you!

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. QuickFix.png