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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment