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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment