Search Issue Tracker
By Design
Votes
0
Found in
2021.3.56f1
2022.3.66f1
6000.0.58f1
6000.2.4f1
6000.3.0b1
Issue ID
UUM-117392
Regression
No
Field is still marked as changed when changed back to its default state in UI Builder
*Reproduction steps:*
{*}{*}1. Create a new project
2. Create UI Document Asset (Create > UI Toolkit > UI Document)
3. Double-click on the newly created Asset to open UI Builder
4. Drag and drop Label Element to the Hierarchy
5. Make a change to a field in the Inspector (e.g. Enable Focusable option)
6. Unmake a change to a field manually (e.g. Disable Focusable option)
7. Observe the setting
*Actual result:* Field is still marked as changed
*Expected result:* Field is not marked as changed
*Reproducible with:* 2021.3.56f1, 2022.3.66f1, 6000.0.58f1, 6000.2.4f1, 6000.3.0b1
*Reproduced on:* Windows 11
*Note:* Field only stops being marked as changed after unsetting changes via kebab menu
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
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
- Crash on UnityEngine.UI.RawImage:OnPopulateMesh when playing Raw Image Texture animation with Sprite keyframes
- 32bit floating point RenderTexture blending feature is not available for WebGPU
Resolution Note:
Setting the value of a style property or attribute in UI Builder is still considered as an override. It's a valid use case for users that want to make sure the UXML value is used no matter what. To revert to the initial value, you can use the Unset option in the context menu.