How to display chinese text on an android device.

I have a game that has been translated to Chinese. The Chinese characters display correctly in Unity but once built to the phone they disappear. I am using 3D text.

Is there a way to solve this or should I convert all text to images?

Thanks

Sounds like the font you’re using is not being included in your build. I would suggest maybe using a bitmap font, or a better solution is using Unity’s dynamic font abilities.