Search Issue Tracker
Fixed
Fixed in 6000.0.35f1, 6000.1.0b2, 7000.0.0a17
Votes
0
Found in
6000.0.33f1
Issue ID
UUM-91641
Regression
No
UI Builder non-string nested template overrides aren't show and cause null reference exceptions
Steps to reproduce:
1. Open the attached user's project "Test Project.zip"
2. Open "UIAssets/MainDoc.uxml" in UIBuilder and a text editor
3. In UIBuilder, expand the hierarchy and compare the last three attributes of the two 'MyCustomElement' elements
4. Observe that the custom element under Beta1 has values for all three attributes
5. Observe that the custom element under Alpha1 only shows the string value
6. In the text editor, observe that there are "project://database" references for the two null values attributes of the custom element under Alpha1
7. Enter play mode and observe the two error messages in the console
Expected results: the overridden values of the Alpha1 custom element are displayed in UI Builder and accessible in runtime
Actual results: the overridden values are missing in UI Builder and return NULL in runtime
Reproducible: 6000.0.33f1, 6000.0.0a10
Could not test on 2021.3.47f1, 2022.3.55f1 due to assembly errors after downgrading
Testing Environment: Windows 11 23H2
Not reproducible on: no other environment tested
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
Add comment