Closed Avindr closed 3 years ago
The first part is fixed. It no longer will reset back to 1 after an event. Recommended to use 'UserPlaybackSpeedMultiplier' instead of PlaybackSpeed or DesiredPlaybackSpeed because sometimes events can change the latter two themselves.
Some additional work needed to fix no.2. There seems to be something wrong with the timing in events.
Due to a bug in the event code the speed of animations during events was being set to speed^2. This doesn't make a difference at normal speed because 1f*1f = 1f;
This has now been fixed for MxM v2.2.8 and now events should behave as expected when time is scaled.