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
- Shader Graph Material is left in broken state when switching from a .git branch with no HDRP to a branch that contains HDRP
- Crash on buffer_add_value_full when hovering over SerializedProperty.boxedValue in Debug Mode after ISerializationCallbackReceiver.OnAfterDeserialize modifies value
- Editor is not capitalised consistently in Preferences window
- [Linux] “Restore Defaults” warning window appears behind Profiler Modules dropdown
- [iOS] Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds
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.