Search Issue Tracker
Fixed
Fixed in 2021.3.30f1, 2022.3.9f1, 2023.1.10f1, 2023.2.0b7, 2023.3.0a1
Votes
1
Found in
2021.3.28f1
2022.3.4f1
2023.1.4f1
2023.2.0a23
Issue ID
UUM-42174
Regression
No
Modifying bones with "TransformStreamHandle" does not work when the "AnimationScriptPlayable" is output to an "AnimationLayerMixerPlayable" and the "singleLayerOptimization" parameter is set to false
Reproduction steps:
1. Open project “Repro.zip”
2. Open “Sample” scene
3. Select the “Player” GameObject in the Hierarchy
4. Expand the "ModifyBoneTest" component in the Inspector, and make sure the value of the "Single Layer Optimization" property is set to false
5. Enter Play Mode
6. Drag the "Bone Alpha" slider to change the value of the "Bone Alpha" property in the Inspector
7. Observe the pose of the player's head in the Scene view
Expected result: The pose of the player's head changes
Actual result: The pose of the player's head does not change
Reproducible with: 2021.3.28f1, 2022.3.4f1, 2023.1.4f1, 2023.20a23
Reproducible on: macOS Ventura 13.2.1 (Intel), Windows 10 (by the reporter)
Notes:
- Also reproducible in Standalone Player
- Enabling the "Single Layer Optimization" property in Editor mode and then entering Play Mode will give expected results, but modifying it during Play mode will not take effect
- Setting the “Bone Alpha” property to 0 then entering Play Mode and barely sliding the value makes the head rotate and then break again
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment