GUI skin component font size

Dear all

Kindle can I modify the GUI skin component, such as the text on the button so I can increase it when the player resolution wild and large, and decrease it when the player going smaller.

thank you

Look into:

GUIStyle.font
GUISkin.font
GUISkin.button.font

You can’t dynamically adjust the font size. You have to already have created the fonts’ at different point sizes, then swap them out at the players screen size changes.