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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
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.