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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
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.