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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
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.