Search Issue Tracker
Fixed
Fixed in 6000.4.0a1
Votes
0
Found in
6000.4.0a1
Issue ID
UUM-116734
Regression
Yes
UIBuilder loses reference to VisualTree after entering playmode
*+Description+*
The VisualTreeAsset of a new UIBuilder is destroyed after entering playmode and never restored.
*+Initial setup+*
None
*+Reproduction steps+*
1. Open the UIBuilder
2. Create a new document
3. Add a VisualElement
4. Enter play mode
5. Stop play mode
6. Try to add a new VisualElement
*+Expected behaviour+*
Everything works are normally. The VisualElement is not greyed out in the Hierarchy view and the inspector display all the attributes of the selected VisualElement.
*+Actual behavior+*
4. The VisualElement is greyed out in the Hierarchy view. In the inspector, the attributes are lost.
6. An exception occurs when trying to add a new VisualElement because there is no VisualTreeAsset anymore.
*+Logs and Links+*
(Add links to Yamato jobs, links to logs, and add a stack trace in this section)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment