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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.