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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.