Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: tatelax on October 06, 2012, 11:20:55 PM
-
Hello,
I have a problem with the Font Maker. I created a PNG texture along with a text file using BM Font. Those both look fine, I can see the texture and all the letters look good. After I create the font and look at the atlas, I can see that some of the letters are cut in half, or not showing up at all. Here's a link to what it looks like in the scene :
http://imgur.com/qEESP
Thanks for your help!
-
What size is the texture? Are you sure Unity didn't import it at a smaller size? If you exported it at 4096x4096, and are trying to import it on a mobile platform, Unity may be limiting it to 2048x2048 which breaks the import logic.
-
I set the max size to 4096x4096 and then created the font, and I'm still having the same problem.
-
It doesn't matter what you set the max size to. Unity overwrites the value based on the target platform. Furthermore, if you're putting this font into an atlas, there is going to be a 1 pixel of padding by default, causing the texture to bloat to 8192x8192.