Using my own custom designed numbers for score keeping.

I want to use my own custom words and numbers. Words aren’t a problem as I can simply display them as GUI textures, but what about numbers? I have a score counter and a time countdown.

I can draw numbers 0-9 as individual textures… Where do I take it from there?..

I think the easier way is to use a text displayer (GUIText or GUI.Label) with a custom font and background.