I have a textmesh in my game that displays dynamic text. On my PC, the text looks fine, but on my android phone, the text is tiny, even though the font size hasn’t change. I tried multiplying the textmesh’s transform.localScale by 1000 and there was absolutely no difference in the font size.
Any idea what is causing this and how to fix it?