- Home /
Unicode Character Unity iPhone
Hi. I am trying to do load the Korean Font(Unicode) into iPhone and it just don't show up anything. I've testing on the Editor and it works in perfect. Any idea of how to integrate Unicode characters into Unity iPhone? I load the data from text file with specific Text_ID and English characters loaded successfully but the other Unicode characters not..
Hi. Guy~ $$anonymous$$ay I think... It is helpful for your problem.
Answer by Thet Naing Swe · Nov 21, 2010 at 01:03 PM
iPhone 3Gs and beyond can support OpenGLES2.0 which accept 2048x2048 and the font size is reasonable with that kind of resolution. But for iPhone 3G and older, it can supports only 1048x1048 and you will need some kind of matrix to scale the GUIText up which is not a good solution.
Answer by Thet Naing Swe · Nov 21, 2010 at 11:22 AM
No one has ever done using Unicode font in Unity iPhone?? I think the problem is the texture size getting so big... so will have to reduce the texture size and can use matrix scale to actually scale up the game object... Any way to reduce the texture size withour removing any characters???
Hi. Guy~ $$anonymous$$ay I think... It is helpful for your problem.
Answer by leegoonz · Sep 29, 2011 at 12:07 PM
Hi. Guy~ May I think... It is helpful for your problem.
Answer by leegoonz · Sep 29, 2011 at 12:07 PM
Hi. Guy~ May I think... It is helpful for your problem.
Your answer
Follow this Question
Related Questions
How do I display Chinese in Unity? 6 Answers
Localization on mobile 0 Answers
unity ios internationalization: chinese characters displaying as boxes 0 Answers
Streaming assets android 0 Answers
Localized audio with Handheld.PlayFullScreenMovie() 1 Answer