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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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.