Search Issue Tracker
Fixed
Fixed in 2023.3.0b5
Votes
0
Found in
2023.2.0b15
2023.3.0a10
Issue ID
UUM-54829
Regression
No
"Ghost" attributes saved in UXML files
Steps to reproduce:
* Open attached project
* "Assets/MyUiDocument.uxml" is invalid
* Edit the file with a text editor, and remove
{code:java}
My Attribute="20" {code}
from line 2
* In Unity, open MyUiDocument.uxml with UIBuilder, change the value of "My Attribute" in "Custom Visual Element" and save
Result : "ghost" attributes are saved in the uxml from previous code and corrupt the file. The issuing one is :
{code:java}
My Attribute{code}
Adding it to the list of obseleteNames doesn't remove it either.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Add comment