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
- "Customize handled extensions" part in the External Tools settings tab is not aligned with other properties
- Editor Diagnostics foldouts do not open when clicked on the foldout title
- [UI Builder] Visual Elements are not placed at the mouse cursor position when Absolute Position Placement is enabled
- "Width" and "Height" text is misaligned with slider ends in Screen Match Mode Parameters section of Panel Settings Asset
- Editor does not quit when Editor is not in focus and any floating window is opened
Add comment