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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2019.1):
This was fixed in 2019.2.0a3 and 2019.1.0b3 as we removed the Experimental API completely.