Search Issue Tracker
In Progress
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X, 6000.2.X
Votes
0
Found in
2021.3.40f1
2022.3.39f1
6000.0.12f1
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-76676
Regression
No
Renaming control in UI Builder Hierarchy does not add to Undo History
*Steps to reproduce:*
# Open a Unity project
# Open the UI Builder via Window > UI Toolkit > UI Builder
# (optional) Press ctrl + u to bring up the Undo History to make bug easier to see
# Add a Label by dragging it from the Library to the Hierarchy
# Right click on the label and press 'Rename'
# Name the label whatever you like
# Press Ctrl + Z to undo
*Actual results:* The label is removed from the Hierarchy. As renaming the label via the Hierarchy did not add to the Undo History, it will undo the action before, which was adding the label to the Hierarchy.
*Expected results:* The renaming is undone and the label is not removed.
*Reproducible with versions:* 6000.0.12f1, 2022.3.39f1, 2021.3.40f1
*Not reproducible with versions:* -
*Can’t test with versions:* -
*Tested on (OS):* Windows 10. Windows 11
*Notes:*
* Renaming a control via the Inspector does not cause this bug and will add to the Undo History as expected. It is specifically when renaming via the Hierarchy.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [sw-unity-6-1] UI Toolkit Debugger's "Pick Element" functionality does not work when hovering on any Editor panel except the Game view
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
Add comment