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
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
- VFX Graph link contrasts fail WCAG guidelines
- D3D12 PSO disk cache feature crashes if paths contain non-ASCII characters
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.