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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment