I added GUIText and want to change font size, type, style, color.
How should I do it?

I added GUIText and want to change font size, type, style, color.
How should I do it?

Import a font, and assign size you want
1 Create a Material
2 assign GUI/Text Shader
3 drag font texture in your font on shader
4 assign the color
5 Enjoy
I imported a font, assigned a new material
However, I cannot change the font size.
How should I do it?


I first import my fonts to Unity 2.6, I then change the size of the fonts in that environment after which I export the font as a package and import it to Unity 1.7.
Hope this helps.
You can right click on the font in your project view and select “Import Settings…”. From there you should be able to set the font size.
Import Settings - it did work, thanks for help
Thanks, I learning something new about Unity every day.