Game menu screen

Hello all,

Setting up the game menu screen. I am using guiText but the text is too small and thin. Don’t know how they set different styles and skins of kind to use in games.

Font weight is dependent on the True Type Font used, you’ll need to import (from your local machine) or download a Font that looks correct. Font size is set in the import settings for the font you’re trying to use. I haven’t found a good way to change font size at runtime without affecting everything that uses that font.

See the component reference documentation for fonts: Unity - Manual: Font assets

Hope this helps,

Galen