Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2019.4.10f1
2020.2
Issue ID
1277307
Regression
No
The Animation is not played correctly when Animator State is set to Mirror
How to reproduce:
1. Open attached "ReproProject.zip" project and Scenes/SampleScene scene
2. Enter the Play mode
3. Observe the Game view
Expected result: Both Characters have the same Animation
Actual result: One of the Character's Animation is not played correctly
Reproducible with: 2019.4.11f1, 2020.1.5f1, 2020.2.0b3
Could not test with: 2018.4.27f1 (could not downgrade)
Note: The issue is not reproducible when using the Animation Clip that is mirrored instead of an Animator Mirrored State
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note:
Mirroring a states always offset the Cycle offset by 0.5. This allows to have synchronisation between the mirrored state and the non mirror state (ie starting foot on the floor is the same)
See in the provide bug that the legs of the character are correctly synced.
To get desired outcome, simply set CycleOffset to 0.5