- Home /
Need help with SaveFontTexture fonts
I've created a font texture with the SaveFontTexture script on the community wiki, and one of the first things I wanted to do was add an outline to the font in Photoshop. So after adding an outside stroke to the font and coloring it a bit, I noticed when I loaded it back in Unity that everything that wasn't part of the original font is not showing. (ie: the outline)
Is there a way to get the font to recognize the outline I added?
Comment
Best Answer
Answer by Eric5h5 · Jul 15, 2010 at 08:21 PM
Change the alpha channel of the texture so that it accurately reflects the font.
Your answer
Follow this Question
Related Questions
Update GUI on script 1 Answer
[Closed, I guess] Imported font appears very messy on UI Text 1 Answer
Unity font textures not readable? 4 Answers
Custom Font 1 Answer