How to get Textmesh Pro to work with Chinese

Hello, I am making a flashcard/ quiz program to help me study Chinese. I have imported the font I use for Chinese. However, Unity gives me this error:

I can type Chinese normally on my computer without issues, in most of my programs. In Unity it just displays 3 empty boxes.

Hi @Elvenmonk, maybe you can try the following methods:

Method 1

Change the Character Set to Unicode Range (Hex), and enter the Hex codes of the required characters.

You can get the text files for these Hex codes at here:

https://forum.unity.com/threads/table-of-general-standard-chinese-characters.559882/

Method 2

Change the Character Set to Custom Characters, and enter the required characters.

You can get the text files for these characters at here:


(After Generate Font Atlas, don’t forget to click the Save button.)