Unity GUI shows no text in another language except English (In WebGL Platform)

Hello, I have a lot of problems with WebGL. :S

When I write on the Text Component text in another language, It works fine in the Editor. But when I’m building the Project to WebGL platform, Then in the game (on the browser) I can’t see the Text - It is empty.

There is a way to fix that? It is bug?

When you say “another language” do you mean using non-Latin fonts? If yes, you need to supply such fonts with your project, as Unity WebGL has no access to OS fonts.

From the docs Unity - Manual: Font assets :

2 Likes

Yes, Thank you very much for the quick answer. I just added one font from Windows to the Project (For my situation it is Hebrew).