Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2017.4.28f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1168789
Regression
No
Model's pose has a slight bone movement after assigning it with SetHumanPose Method
How to reproduce:
1. Open "poseTest" Scene in the attached "HumanPoseTest2.zip" Project
2. Enter Play Mode
3. Observe the 2 Models in the Scene View
Expected Behaviour: The Models are not changed (should be perfectly aligned)
Actual Behaviour: One of the models have a slight Bone movement even though the pose was only copied and pasted
Reproducible with: 2017.4.30f1, 2018.4.4f1, 2019.1.10f1, 2019.2.0b9, 2019.3.0a9
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
- [Linux] UI picking is offset to the left when Reference DPI and Fallback DPI differ
- Scrolling in a default ScrollView in WebGL builds is slower when compared to other platform builds and the Editor
- Physics 2D Manager documentation page is missing
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
Resolution Note:
SetHumanPose triggers a retargeting. The retargeting process is a numerical approximation process which has a certain degree of imprecision. You are meant to retarget from a source to a destination, not retarget from and to the same skeleton.