Can you please explain how to create a new font using NGUI.
i tried but failed.
i have to make goonspectreTBS font.
Eagerly waiting for response.
Thanks in advance.
Can you please explain how to create a new font using NGUI.
i tried but failed.
i have to make goonspectreTBS font.
Eagerly waiting for response.
Thanks in advance.
Here’s a tutorial on YouTube that should help you: http://www.youtube.com/watch?v=ni7TfMPWq5M
Basically you’ll need a third party program to render your font into a bitmap and create a text file containing info on where on the bitmap each glyph is stored. On Windows, people seem to use BMFont a lot. On Mac, I use GlyphDesigner, which works very well. The resulting two files then go into your Unity project, and you use “NGUI>Font Maker” from inside Unity to assemble the font.
If you have tried all of that, can you give more information on at which step you got stuck?