Search Issue Tracker
Fixed in 5.2.1
Votes
0
Found in
5.2.0f3
Issue ID
726448
Regression
Yes
All animation events in a clip get played at once when animator.Play() is called with a specific normalizedTime
How to reproduce:
1. Open attached project
2. Open scene Scene.unity
- Scene contains two squares
3. Play the scene
- Note how one of the squares begins moving back and forth and emitting a sound each time it hits its amplitude
- The location of the square is also printed into the log
4. Press the Enter key
- Note how the square restarts from the beginning and also emits a sound
- The log displays messages as if the square was infinitely sped up
- Pressing the Space bar causes the second square to begin moving and emitting sounds. Pressing the spacebar again restarts its animation, however there are no extra messages printed into the log, or sounds emitted when the restart happens
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
- TextShadow properties are not applied when displayed in a custom MenuItem Window
- Memory leak occurs when focused on Player while using Direct3D12
Add comment