I’m trying to localize my clients app to Thai but all the characters always shows up as question-marks inside boxes on my iPad (It shows correctly in the unity editor on Win and Mac).
I have tried using a custom font (set to be dynamic), and the built in arial font. Iv’e tried storing the text in a .txt file in the Assets folder (saved with utf-16 encoding) and storing text straight in a TextMesh component.
Iv’e also tried changing the language on my iPad to Thai, then restarting the app, but with the same results.
Is there a setting or some kind of gotcha with dynamic fonts? Can’t an iPad display characters from a different language or is there some kind of setting I need to be aware of in the xcode project?
This looks like a bug to me but maybe I just missed something?