Search Issue Tracker
Fixed in 5.6.0
Votes
4
Found in
5.4.0b23
Issue ID
812917
Regression
No
AnimationEvent is not being fired on lower FPS (when transitioning to empty state on override layer)
Steps to reproduce:
1) Download attached project "Missing Animation Events.zip" and open in Unity.
2) Open scene MainScene and press Play.
3) Select MissingEventCharacter in the Hierarchy tab.
4) Click the button "Perform Anim" in the Inspector 3 times rapidly to perform the 3 hit combo animations.
You should receive those messages in Console:
Received: OPEN 1
Received: OPEN 2
Received: OPEN 3
Received: CLOSE 3
5) In the "Clamp FPS" field enter 15 and click the "Clamp FPS" button. The game should now run around 15 FPS.
6) Click the button "Perform Anim" in the inspector 3 times rapidly to perform the 3 hit combo animations.
You should receive those messages in Console:
Received: OPEN 1
Received: OPEN 2
Received: OPEN 3
ERROR: Failed to received closing state for [3]!
Reproduced with: 5.4.0b21, 5.4.0f1, 5.5.0a3.
Not reproduced with: 5.2.4f1, 5.3.5p8, 5.4.0b20.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Applied velocity is inconsistent when using Rigidbody AddForce() with ForceMode.VelocityChange
- Crash on AudioUtil_CUSTOM_HasAudioCallback when exiting Play Mode while the Inspector is displaying a GameObject with an empty script attached
- Scroll offset is framerate-dependent when scrolling with velocity in the Device Simulator
- "Object.FindObjectsOfType<T>() is obsolete" warning is thrown when using "Transitions Plus" asset
- [Mono] Crash on SystemNative_ReadDirR() when building for IOS/Android on a macOS machine
Add comment