|
Hi. No matter what I do the GUI Skin, I cannot change the size of the font. I have tried changing fonts and even removing the GUI skin...nothing, the font always stays the same size (and yes, I am changing the number in the "Label" section of the skin editor). What am I doing wrong?
(comments are locked)
|
|
On iOS you need to import the font resources at all of the different sizes that you want in Unity 3 (Unity 4 removes this limitation). Can I change the font size based on the device's screen resolution? As of now (I have not tried your answer yet because I am away from my computer), the text is the correct size (relative to the rest of the screen) on non retina displays only.
Sep 11 '12 at 10:40 PM
Tofudude624
I've been searching for how to do this, in Unity 4, and seeing lots of answers like this one ("Unity 4 removes this limitation"), but none explaining HOW it does so... do I just set the font size, and it actually works in Unity 4?
Apr 05 at 03:17 AM
JoeStrout
(comments are locked)
|

Are you coding for a mobile platform?
Yes I am (iOS).