Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2017.3.0a1
2018.2.0a1
2018.3.0a1
2018.3.0b5
2019.1.0a1
Issue ID
1090098
Regression
No
HumanPoseHandler.GetHumanPose returns incorrect value when a models scale is not 1
How to reproduce:
1. Open "ScaledHumanPoseHandlerBug.zip" project
2. Select "Human" prefab
3. Execute the script in the inspector (Right click on the script component in the inspector, select "Human pose handler Test" at the dropbox)
4. Repeat it on "Kaduki" prefab
5. Observe the false output in the console
How to reproduce in 2017.4:
1. Open "ScaledHumanPoseHandlerBug.zip" project
2. Delete Missing Prefabs from the Hierarchy
3. Add Human and Kaduki models to Hierarchy
4. Add "HumanPoseHandlerTest" script into both of the Prefabs
5. Execute the script in the inspector of both Prefabs
6. Observe the false output of "Kaduki" pose in the console
Expected result: GetHumanPose shows the evaluated values correctly as in the first console report.
Actual result: GetHumanPose shows false values in the second console report.
Reproduced with: 2018.4.31f1, 2019.4.20f1
Not reproducible with: 2020.1.0a2, 2020.1.17f1, 2020.2.3f1, 2021.1.0b5, 2021.2.0a3
Could not test with: 2020.1.0a1 (project crashes on startup)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2020.1):
No longer reproduces in 2020.1.0a2