Search Issue Tracker
By Design
Votes
0
Found in
5.3.3p2
Issue ID
775562
Regression
No
[WebGL] Button is rendered incorrectly in WebGL build
Build and Run the attached project on WebGL.
Click on the options indicated in https://gyazo.com/ede02c8e26743a85980e88f21e98dfa1.
Notice that the buttons backgrounds are only rendered half way through. In Editor and Standalone build, the buttons look fine
In Unity 5.2, this looks even worse, with the text on the buttons being all messed up.
Also reproducible with Unity 5.4.0b8
---
The problem here is that NPOT sprites with mipmaps are currently not handled in WebGL. The workaround until this issue is fixed is to disable mipmaps for the sprites.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment