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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Add comment