Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2020.3.8f1c1
2021.1
2021.2
Issue ID
1345203
Regression
No
Animation is not mirrored when toggling the 'Mirror animation' option in Blend Tree
How to reproduce:
1. Open the attached project
2. Open the 'TestController.controller' in the Animator (by double-clicking on the Asset)
3. Open the Blend Tree
4. Mirror the individual Animation Clips
5. Observe the behavior
6. Mirror the animation in the Blend Tree itself
7. Observe the behavior again
Expected result: Animation is mirrored
Actual result: Animation is not mirrored
Reproducible with: 2019.4.28f1, 2020.3.13f1, 2021.1.13f1, 2021.2.0b1
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:
This is expected behavior. When a clip is mirrored in a blend tree, the clip is also offset to ensure that the footcycle is the same, so that the clip can be properly blended with other clips. In the case of the clip Base_Run01, the clip is symmetrical except for the footcycle, so the mirroring operation seems to not have any effect. To see the effect, try using a clip of a character running and turning at the same time, you will see the turning direction be mirrored, but the footcycle will be the same.
The documentation will soon be updated to clarify this behavior.