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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note (fix version 2020.1):
No longer reproduces in 2020.1.0a2