Noob Question: 3D Tutorial has different text in the GUI

Ok so I’m a complete n00b and I’ve just been following the Unity tutorials (I only know the most very rudimentary coding) and I’ve noticed that in my GUI that I created by following the tutorial has black text, but the text in the PDF is cyan. The text in the Complete version of the tutorial (the pre-finished one) has white text. I’ve searched forever to find where I can change this, but I can’t find it!

Please help! (I realise this isn’t a big issue, but I’m trying to learn coding and the program and this is bugging me :P)

Hello!

To change your letter’s color, just change your font’s material color :slight_smile: you dont need to script anything

In the 3D Platformer tutorial, the font is being used through LerpzTutorialSkin. The colours are changed to a brownish colour for the start and game over screens, but I cant figure out how to change it from black for the in-game HUD.

Check out that in the lerpz tutorial any script is changing the color, if a script is changing the color then it will overwrite any color you are assigning in the inspector.