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
- Active quality level set on a new Universal 2D project is not the default quality level when creating a new project
- Inspector Open button does nothing when navigating to a different folder with a locked asset
- Pre-generated XML serializers fail to deserialize types that use polymorphism when the Player is built with the IL2CPP scripting backend
- Editor crashes with error "Failed to present D3D11 swapchain due to device reset/removed" and Player freezes when rendering a particle system while using modified URP package on DX11
- Crash on Scripting::LogException when async HTTP callback executes after scripting domain teardown
Add comment