Invisible text

Hi

When I’m building for android, i get invisible text on my mobile, and sometimes in the actual unity. Any ideas why ??

I had the same problem, it was related to the size of the font and how the resolution differs on the target device. This also explains why you’re sometimes getting it in Unity. If you try making your game tab bigger or smaller, eventually you should see the text disappear/reappear.

Changing the size of the UI object, or the size of the font should solve the issue. However, the only sure way to make sure the text always appears is to expand the size of the UI object to the screen itself.