Search Issue Tracker
By Design
Votes
0
Found in
2019.2
2019.3
2019.3.0f1
2020.1
Issue ID
1206506
Regression
No
Incorrect animation preview when using a Blend Tree
Steps to reproduce:
1. Open user-supplied project
2. Select "testblend" Blend Tree
3. Move the 'Blend' slider of the Blend Tree to around 0.09
4. Play the preview animation, at frame 26-27 Notice the right leg of the wolf
Expected: the leg is behaving correctly
Actual: the leg behaves incorrectly
Reproduced in: 2019.2.17f1, 2019.3.0f3, 2020.1.0a17
Not reproduced in: 2018.4.15f1 (Blend Tree Breaks), 2018.4.15f1 (Blend Tree Breaks)
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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
Resolution Note:
The blending is done on local rotations (in Quaternions), if rotations are greatly offset, then the blend will be weird. To avoid this, care must be taken that the IK solving is similar in all clips to be blended. Non-skinned bones often hide different IK solving solutions that play correctly independently, but won't blend nicely.