Search Issue Tracker
Fixed in 5.4.1
Votes
0
Found in
5.4.0f2
Issue ID
825132
Regression
Yes
Animation event is triggered multiple times at low frame rate
Step to reproduce the issue:
1. Open attached project.
2. Open scene named "DoubleFiringEvent".
3. Open the "Animation" window and in the "Hierarchy window" select game object "Animator".
4. In the "Animation" window select "Events" animation.
5. Enter the Play mode.
6. Press "Space" bar once to trigger the "Events" animation.
7. Notice that the "Console" window tells the time at which the event was fired and that it was fired only once. For instance:
Fired event at 1.00498
8. Clear the "Console" window.
9. Select the "Animator" game object in the "Hierarchy" window.
8. Find the "SlowFramerate" component in the "Inspector" window and drag the "Frame Rate" down to 5 (make sure that quality settings are set to "Don't Sync" ("Edit->Project Settings->Quality->V Sync Count")).
9. Again in the "Game" window press "Space" bar.
10. Notice that the "Console" window informs that there are multiple triggerings of the event. For instance:
Fired event at 1.752637
Fired event at 1.952537
Reproduced with:
5.4.0f3, 5.5.0a6.
Cannot reproduce with:
5.1.5f1, 5.2.5f1, 5.3.6p3.
Note1:
The issue is clearly explained in the video that was provided by the user.
Note2:
Changing Animator's "Culling Mode" to "Animate Physics" solves the issue.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
buzzdx
Sep 13, 2025 23:20
I'm on Unity 6.2 and I have this problem happening. Is setting the culling mode to animate physics the solution to this or just a workaround? Does it have performance implications?