Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1
Issue ID
1123992
Regression
No
We still generate the UIElements xml schema files with the Experimental namespace
To repro:
1. right click anywhere in the project window
2. select Update UIElements Schema
Expected: Schema files reference the UnityEngine/Editor.UIElements namespace
Result: Schema files reference the UnityEngine/Editor.Experimental.UIElements namespace
Note:
When this is fixed, we should add a not in this forum thread:
https://forum.unity.com/threads/updating-uxml-schemas-in-2019-1b.623866/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 2019.1):
This was fixed in 2019.2.0a3 and 2019.1.0b3 as we removed the Experimental API completely.