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-59593
Regression
No
UI Builder data binding window shows incorrect data source paths when type is selected and there is an inherited data source
How to reproduce:
1. Open the attached “uibuilder_databinding_issue” project
2. Open the UI Builder window (Window > UI Toolkit > UI Builder)
3. In the UI Builder, open “MyDocument” (Click the project button and navigate to “Assets/Mydocument.uxml”, right-click > open in UI builder)
4. Select the Label in the UI Builder hierarchy
5. In the UI Builder Inspector, right-click the “Text” field and select “Add binding”
6. Select “Type” in the newly opened window and type “AnotherDataSource” in the field just below the button
7. Select the “Data Source Path” field and observe the results
Expected result: Data Source Path suggests fields belonging to “AnotherDataSource”
Actual result: Data Source Path suggests fields belonging to “MyDataSource”
Reproducible in: 2023.2.4f1, 2023.3.0b1
Could not test with: 2021.3.34f1, 2022.3.17f1 (feature does not exist)
Reproducible on: macOS 14.0, Windows 11
Not reproducible on: No other environments tested
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):
Fixed code path to retrieve the correct data source path.
Resolution Note (fix version 2023.2.15f1):
Fixed code path to retrieve the correct data source path.