Search Issue Tracker
Fixed
Fixed in 2023.2.15f1, 6000.0.0b12
Votes
0
Found in
2023.2.4f1
2023.3.0b1
6000.0.0b11
Issue ID
UUM-59990
Regression
No
The UI Builders "Edit Binding" window visually corrupts when reimporting a bound script with the "Edit Binding" window open
How to reproduce:
- Open the “My project(13).zip“ project
- Open the “SampleScene“
- Open the “MyDocument” uxml file in the Project window using UI Builder
- Select “Label” in the Hierarchy tab of the UI Builder window (“MyDocument.uxml“ > VisualElement > Label)
- Click the pink icon (or three dots) next to "Text" attribute in the “Attributes“ tab of the UI Builder
- Select “Edit binding…“
- With the “Edit Binding” window open, Reimport the “MyDataSource.cs” script in the Project window
- Observe the “Edit Binding“ window
Expected results: The “Edit Binding“ window closes
Actual results: The “Edit Binding“ window gets corrupted
Reproducible in: 2023.2.4f1, 2023.3.0b1
Could not test in: 2021.3.33f1, 2022.3.16f1 (no pink icon in the “Attributes“ tab of the UI Builder, therefore no option to “Edit binding…“)
Reproduced on: Windows 11 Pro, macOS 14.0 (Reporter)
Not reproduced on: No other environment tested
Notes:
- The bug is reproducible about 1 in 5 times
- The bug is only visual
Workaround: Close the “Edit Binding“ window and open it again.
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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Resolution Note (fix version 6000.0.0b12):
Updated the code path to close the data binding window when a reimport on a bound script is happening.
Resolution Note (fix version 2023.2.15f1):
Updated the code path to close the data binding window when a reimport on a bound script is happening.