Search Issue Tracker
By Design
Votes
0
Found in
5.3.2p3
Issue ID
772370
Regression
Yes
[UI] Setting mesh and/or material multiple times on CanvasRenderer causes blank canvas (new in 5.3)
How to reproduce:
1. Open the attached project
2. Make sure that you are using DX11 (Edit->Project Settings-> Player-> Other Settings-> Graphics API)
3. Open and play DemoSceneCanvas scene
4. Notice that material doesn't render
If you switch DX11 to DX9 and play the scene again, notice that it renders
By Design: The UI system only uses the x and y UV values so the z,w are never passed over. This is a memory consideration the UI team took, the same limitation also applies to the UV 0 channel.
User created feature request: https://feedback.unity3d.com/suggestions/please-provide-an-option-to-enable-z-and-w-uv-coordinates-for-uv-channels-in-unity-ui
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment