Reputation: 482
I have some text in Khmer language: "ចូលប្រើប្រាស់"
When I put that text in a UI Text component and using a Khmer Unicode font (e.g: Content-Regular.ttf), Unity Editor displays like this image:
Is there any way to make Unity Editor and WebGL build display Khmer language properly?
Upvotes: 0
Views: 1024
Reputation: 71
You should use TextMesh pro to create a font atlas, and then you can display any type of text and language as you want in any build.
Here is the link:
Additionally, you should use Content-Regular.ttf as reference to create the font atlas.
Upvotes: 1