Doing a huge refactoring and have a question regarding setEmptyAnimation.
From docs: A mix duration of 0 still mixes out over one frame.
So what is the best way to mix directly the next frame without calling Update(0)?
Calling ClearTrack is not what I want, I want to directly mix to setup on a specific track right the next frame. What am I missing now?