Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.4
2020.1
2020.1.3f1
2020.2
Issue ID
1273247
Regression
No
Hips' Local Rotation gets overridden when Animator.SetBoneLocalRotation is set on OnAnimatorIK()
How to reproduce:
1. Open the user's attached project("Bug test.zip")
2. In the Hierarchy click on "DefaultMale_Humanoid"
3. Enter Play mode
4. In the inspector observe the Hips' rotation not stay 0 as intended
Expected results: Animator.SetBoneLocalRotation sets Hips' rotation in OnAnimatorIK() and it remains that way
Actual results: The set Local Rotation gets overridden and moves with the Animation
Reproducible with: 2018.4.27f1, 2019.4.11f1, 2020.1.7f1, 2020.2.0b4
Note: Only reproduces with the Hip bone
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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note:
n the Animator, there is a retargeting pass for humanoid that is evaluated after OnAnimatorIK to resolve the new bone positions.
At this point, the hips get overridden.
While it's not the ideal behaviour, but it’s too risky to change this behaviour without impacting a lot of our users ( breaking backward compatibility)