Reply To: Root Motion Baking is slow, should be more configurable and serializable

Slate Forums Support Root Motion Baking is slow, should be more configurable and serializable Reply To: Root Motion Baking is slow, should be more configurable and serializable

#1236
Breaking Fourth
Participant

The worst side-effect of this issue is that we use Wwise in one of our projects to trigger audio events on the first cutscene frame – but if root motion baking is triggered on the first frame of each animator track, then the trigger times of each Wwise track can become staggered and fall out of sync, sometimes by several seconds.

One possible solution might be to move all rootmotion baking into the Initialise step of the Animator Track, have that execute before the Enter step, and use sub-frame timing to effectively start the cutscene timer at the moment Initialisation is finished?