Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.1.0f2
Issue ID
1048701
Regression
No
Chaging AnimatorOverrideController while State is in Transition causes model to go into relax pose for a moment
Steps to reproduce:
1. Open user-attached project
2. Load Test Scene
3. Enter Play Mode
4. Click Demo in the top left corner
Expected result: the controller is switched out without reverting to relax pose
Actual result: the active animation goes into relax pose and then blends with the next clip
Reproduced with: 2017.1.1f1, 2017.4.6f1, 2018.1.4f1, 2018.2.0b9, 2018.3.0.a3
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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note:
Resolved (Won't Fix):
Changing the controller invokes a rebind of the Animator bindings, the rebind resets the default value in the scene.
Interrupting a transition creates a snapshot of the current pose to blend to the new destination state.
So, when changing the controller, the current values becomes the default values and then the new transition create a blend between the current/default values to the new state.
Changing that would be too much undertaking and is a high risk of introducing more bugs.