Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4
2019.4
2020.3
2020.3.12f1
2021.1
2021.2
2022.1
Issue ID
1346469
Regression
No
Animation is played incorrectly when using Animation Type "Humanoid"
How to reproduce:
1. Open the attached project "Humanoid_Template.zip"
2. Open Assets/Scenes/SampleScene.unity
3. Enter Play Mode
Expected result: Every characters Animation is the same
Actual result: Characters with Animation Type "Humanoid" are animated incorrectly
Reproducible with: 2018.4.36f1, 2019.4.28f1, 2020.3.13f1, 2021.1.14f1, 2021.2.0b2, 2022.1.0a1
Notes: Animations are correct when using Animation Type "Generic"
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:
If you don't like the humanoid thumb solver because there is not enough degree of freedom, simply switch the thumb to generic animation.
The humanoid has a set a required bones like hips, head, foot, hands, etc and some optionnal bones like finger.
Optionnal bones can be either animated with the humanoid rig or as generic FK animation.
You can choose to animate the thumb with FK or humanoid while having all the other fingers animated as humanoid.
To do so you need to follow a few step:
First unmap the thumb in your avatar configration file.
By default the importer only import humanoid curve when the rig is set to humanoid, to import additionnal transforms you need to create a mask and check all the additionnal transforms that you want to import.