Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2020.1
2020.1.17f1
2020.2
2021.1
2021.2
Issue ID
1303657
Regression
No
Discontinuities in the GameObject's position when changing Animation clip via Blend Tree
How to reproduce:
1. Open the user's attached project
2. Open 'SampleScene'
3. Enter the Play mode
4. Observe the Scene view
Expected result: The green line is continuous
Actual result: The green line is not continuous
Reproducible with: 2019.4.18f1, 2020.1.17f1, 2020.2.2f1, 2021.1.0b2, 2021.2.0a1
Cannot test with: 2018.4.30f1 (errors when trying to attach Scripts to the GameObject after downgrading the project)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2021.2.X):
In this situation the change of the variable in the blend trees is too abrupt. To have a better continuity, it would be recommended to change the variable more gradually so that the animations can blend.