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
- Crash on mecanim::SetValueWeight when switching the AnimationMixerPlayable connection with Animator's UpdateMode set to "Animate Physics"
- The "StringComparer.InvariantCultureIgnoreCase.GetHashCode()" returns different Hash Codes for the same word with the only difference being case sensitivity in WebGL
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
Add comment