Search Issue Tracker
By Design
Votes
0
Found in
2017.2.1p4
Issue ID
1025702
Regression
No
Animation starts from the middle when it is attached to a Blend Tree that has Mirroring enabled
How to reproduce:
1. Open attached project(ReproProject.zip)
2. Enter play mode
3. Look at the cubes in the Scene or Game View
Expected result: Cubes go up and the animation is replayed at the same time
Actual result: One of the cubes is already in the middle of the animation and begins the animation again when the other cube has only finished half of its animation
Reproducible with: 5.6.6f1, 2017.1.3p3, 2017.2.2p3, 2017.4.1f1, 2018.1.0f1, 2018.2.0b1
Workaround:
Set Cycle Offset to 0.5 on the Mirrored Blend Tree
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:
Mirroring forces an internal cycle offset of 0.5 in order to function, otherwise Mirroring animation would not work with BlendTrees by default.
This is expected behaviour.