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
- “Label” name in Sprite Library Editor window lacks character limit causing long names go under the Object Field
- Preview image (screenshot) is not available after capturing snapshot in Memory Profiler
- Crash on UNITY_FT_Stream_ReadAt when changing TMPro properties after unloading an AssetBundle
- Particles spawn at the same position when using raw byte address buffer in VFX Graph
- Decal Shader Graph - Custom vertex interpolators are always 0
Add comment