Search Issue Tracker
Fixed in 2022.1.X
Fixed in 2021.2.X
Votes
0
Found in
2019.3.0b9
Issue ID
1337070
Regression
No
Undoing UDocument Sort Order does not take effect
Undoing UDocument Sort Order does not take effect, e.g. the value is changed in the Inspector but the hierarchy isn't updated and no change happens in the game view.
See repro scene where two root UIDocument component (with the same panel settings) start with Order = 0.
Steps:
1) Import the provided .unitypackage
2) Open the UIDocumentSort scene
3) Enter playmode
4) Observe "UIDocument Blue" appears on top of "UI Document Red"
5) Select "UIDocument Red" and change its priority to "1"
6) Observe "UIDocument Red" now appears on top of "UI Document Blue"
7) Undo this change and see the value revert to zero in the inspector
Expected result: "UIDocument Blue" appears on top of "UI Document Red" again
Actual result: UIDocument Red" still appears on top of "UI Document Blue"
Reproduces with trunk (2021.2)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TMP Input Field becomes not interactable when pasting a long text
- CSS is not applied when using USS type selector "GridBackground"
- Player .exe remains open as a background task after closing it when Active Input Handling is set to "Input System Package (New)"
- Exception block is being rewritten to throw an incorrect number of exceptions when running a project built using IL2CPP Scripting Backend
- [Android] [Vulkan] Warning "AndroidPlayer "<device>" VULKAN: GENERAL WARNING: The following warning was triggered: VKDBGUTILWARN003." spammed every frame when the application is actively running on a device
Add comment