Search Issue Tracker
By Design
Votes
1
Found in
5.2.3p2
Issue ID
753628
Regression
Yes
Animator gets stuck when interrupting a transition during animator.speed == 0
Steps to reproduce:
1. Open attached project and open 'Scene.unity' scene
2. Open animator window, start the scene and select 'Cube' game object to observe its animator
3. Notice that Animator gets stuck on two states: 'ThrowAir' and 'ThrowDown'
Expected behavior: Animator doesn't get stuck and ends in 'StandBy' state.
Note: Script attached to 'Cube' sets the animator speed to 0 during the 'ThrowAir -> ThrowDown' transition, which will interrupt the 'ThrowAir -> Throw' transition. When this happens the animator gets stuck at a state of both 'ThrowAir' and 'ThrowDown' is playing, and no other transition does happen.
Reproduced with: 5.2.4f1, 5.3.0p1, 5.4.0a6
Not reproducible: 5.1.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Add comment