Search Issue Tracker
By Design
By Design in 2023.2.X
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
- Polyspatial Material swap set animations are not firing when used in Play Mode and Players
- Incomplete shortcuts are displayed in the "Set" dropdown in Visual Effects Graph VFX Control subwindow
- Version change sub-window closes automatically when "Add Modules" subwindow is closed
- RenderTexture content from 'Depth Only' camera is not rendered correctly on UI RawImage when Multithreaded Rendering is enabled on specific MediaTek devices.
- Weight Brush Overlay text is clipped in Sprite Editor
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.
Resolution Note (2023.2.X):
Using a transform stream handle on a humanoid character limits the transform to what a humanoid can do, therefore scaling isn't possible.