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
Comments (4)
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
- Long Property names are not truncated in the Add Property dropdown in the Animation window when the Long Property name does not fit
- [iOS] High CPU load when device keyboard is open
- Selected Animation clip in the Animation window changes when the Domain Reload is triggered
- Animation window scrollbar keeps resetting when the scrollbar width is changed after adding an event
- LocalizationSettings.InitializationOperation hangs when re-entering Play Mode with Domain Reload disabled
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!