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
- ”Last item reached” warning is thrown when no search results are found in UI Toolkit Layout Debugger
- UI Elements overlap in the Shortcuts window when docked and resized to a smaller window size
- UIBuilder DataSourcePath dropdown fails to show properties when binding to abstract classes
- 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
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.