Search Issue Tracker
By Design
Votes
0
Found in
2021.3.28f1
2022.3.4f1
2023.1.4f1
2023.2.0a23
Issue ID
UUM-42176
Regression
No
Modifying the position/scale property through "TransformStreamHandle" does not take effect when using Humanoid animation
Reproduction steps:
1. Open project “Repro.zip”
2. Open “Sample” scene
3. Enter Play Mode
4. Select the “Player” GameObject in the Hierarchy
5. Expland the “ModifyBoneTest” component in the Inspector
6. Observe the values of “Bone Value” and “Bone Value For Read” properties
Expected result: the values are the same and the size of the “Player” GameObject's head is twice the size
Actual result: the values are not the same and the size of the “Player” GameObject’s head is normal
Reproducible with: 2021.3.28f1, 2022.3.4f1, 2023.1.4f1, 2023.2.0a23
Reproducible on: macOS Ventura 13.2.1 (Intel), Windows 10 (by the reporter)
Notes:
- Also reproducible in Standalone Player
- Also affects the position property (Can be seen by changing “ModifyBoneTest\Mode” to “Position”)
- Does not affect the rotation property (Can be seen by changing “ModifyBoneTest\Mode” to “Rotation”)
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:
Using a transform stream handle on a humanoid character limits the transform to what a humanoid can do, therefore scaling isn't possible.