Missing sprites/textures? Magenta elements
Hi guys! I'm having an issue with my apk on some devices, hope you can help me. I've made a game with TextMeshPro and default Unity UI elements such as buttons and images. How it should look like (in my device it is fine):
How it looks like in other devices:
I've tried resetting the Project Settings > Graphics section, with no results. Any other advice? Thanks!!!
BUILD WITH UNITY 2019.1.0f2
I had the same thing yesterday when i accidentally changed the shader on the default material. It may be a pain, but I'd suggest creating a new material specifically for the UI elements you have, with a mobile shader attached. This should resolve your issue as the new material/shader should be bundled into the build. I fixed my default shader in c# by changing GameObject.renderer.material.shader="Standard"; but I would imagine it's better practise to have your own material.
Your answer
Follow this Question
Related Questions
Text Mesh Pro UGUI blocked by 3d model 1 Answer
WorldToScreenPoint texture? help! 0 Answers
Text won't properly update in Unity Bolt 1 Answer
Sketchy looking buttons in android 0 Answers