Search Issue Tracker
Fixed in 2017.2.X
Votes
4
Found in
5.6.0p3
Issue ID
906004
Regression
Yes
AnimatorOverrideController does not switch through animations
Steps to reproduce:
1. Open user attached project ("Animator System Override")
2. Play the scene
3. Press A a few times to switch animations clips on the same controller
4. Press Space a few times to switch controllers
Expected result: switching controllers or animations should actually play the following animations
Actual result: switching controllers or animations does not play the following animations
Reproduced in: 2017.1.0b2, 5.6.0p2
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Size value in Particle System Curve's tab is highlighted with selection across all tab header
- Particle System Curve's Presets window has no visual indication of what preset is selected
- Blur shader doesn't work when the "Scene Color" Node is attached to the UI "Output" Node
- Particle System Curve presets can't be scrolled and some of them can't be selected if window is too narrow to fit them all
- Mistakes in multiple Particle System Components pop-up
ohbado
Aug 18, 2017 11:30
Still happend in 5.6.3f1. Please Fix.
RCDane
Jul 19, 2017 11:00
Still getting this problem in 2017.1
Walid-Alouani
Jun 12, 2017 12:32
We already used Animator.Rebind() but temporary until this bug is released because when we change the animator animations we still want to keep previous states and time (for exemple if we switch weapon when rolling we want that the player keeps rolling) but Animator.Rebind() resets everything and we don't want this.
Thanks anyway :)
Atrixx
Jun 07, 2017 09:57
I was able to reproduce this in 5.6.1 and higher, although calling Animator.Rebind() solves the issue! :~)
hope this helps!