Search Issue Tracker
By Design
Votes
0
Found in
2021.3.33f1
2022.3.16f1
2023.2.4f1
2023.3.0b1
Issue ID
UUM-59989
Regression
No
Font weights are changed and cannot be changed back when editing properties in the UI Builder window
How to reproduce:
- Open the “HeaderUxmlAttr.zip“ project
- Open the “SampleScene“
- Open the “UIDocument Test.uxml” file in the Project window using UI Builder
- Edit any property in the UI Builder window
- Observe the Property name in the UI Builder window
Expected results: The font weight does not change after editing a property
Actual results: The font weight changes after editing a property and cannot be changed back
Reproducible in: 2021.3.33f1, 2022.3.16f1, 2023.2.4f1, 2023.3.0b1
Reproduced on: Windows 11 Pro
Not reproduced on: No other environment tested
Note: The font weight does not change even if the changes are saved
Workaround: The font weight is changed back only if the changes are “Unset“ with the Right Mouse Button
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
- 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
Resolution Note:
The font change is there to indicate that the attribute is overridden in UXML, similar to what prefabs do. Going back to the default by changing again the value is still treated as an override, because it's a valid use case. The way to remove the override is to unset the attribute.