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
- DisplayDialogComplex crashes with a long content string containg Cyrillic chars
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
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.