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
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment