Reply To: SLATE Animator speed doesn't work?

Slate Forums Support SLATE Animator speed doesn't work? Reply To: SLATE Animator speed doesn't work?

#955
Gavalakis
Keymaster

Hey,
Sure! I’ve just added this and will be present in the next version. If you want to add this now manually, you can open up AnimatorTrack.cs and do the following:

– Add a field at the top public float basePlaybackSpeed = 1f;
– Find line in OnUpdate method that reads basePlayable.time = time; and change it to basePlayable.time = time * basePlaybackSpeed;

Let me know if that works for you.
Cheers!

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