[SOLVED] Japanese text not showing in PlayCanvas

I have a problem using the Text when using Japanese text characters.
Japanese characters not showing .

In the font asset, have you listed the Japanese characters you want to use?

See section for characters https://developer.playcanvas.com/en/user-manual/assets/fonts/

yes, i want use japanese characters.

Is the project public for someone to take a look? If not, can you replicate the issue in a small public project please?

https://playcanvas.com/editor/scene/801655

You have two problems here:

  1. The japanese characters you want to use haven’t been added to the characters in the Font asset and processed. This means that the texture that it generates for the font won’t include those characters

eg

  1. The font you are using (berkshireswash-regular.ttf) doesn’t support japanese characters. I had to download another that did.

Project: https://playcanvas.com/editor/scene/801656

thank you, its working for me