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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment