Search Issue Tracker
Fixed in 2021.3.30f1
Fixed in 2021.3.X, 2022.3.X, 2023.1.X, 2023.2.X, 2023.2.0b7, 2023.3.X
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment