Dodge Stutter Fix¶
Quote
- Author: Managarm
- Status: confirmed
Fixes the dodge stutter issue you get when duplicating dodges using ERClipGenerator.
Each roll variant has two CMSGs: regular and self-transition, which use the same animation, but separate ClipGenerators. However, when ERClipGenerator registers new clips, it reuses the same ClipGenerator for both CMSGs. The stuttering appears because the same ClipGenerator cannot run multiple times in parallel.
See PossiblyShiba's tutorial for additional details.