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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when loading 3D text mesh in Player from an asset bundle that is built with an older Editor version
Add comment