Topic: Challenge Mode font size

Hello guys, is there a way to change the size of the intructions font on the challenge mode?

Share

Thumbs up Thumbs down

Re: Challenge Mode font size

You can change how the information is displayed under the file DefaultChallengeModeGUI.cs

The data is displayed under the function OnGUI() as "GUILayout.Label".

You can read more about it here:
https://docs.unity3d.com/ScriptReferenc … Label.html
And here:
https://docs.unity3d.com/ScriptReference/GUISkin.html

Like UFE? Please rate and review us on the Asset Store!
Questions about the Forum? Check out our Karma FAQ.
Don't forget to check our discord channel.

Re: Challenge Mode font size

Thanks a lot Mistermind

Share

Thumbs up +1 Thumbs down