Search code examples
c#unity-game-engineunity-webgllanguage-packs

Unity3D WebGL export does not show Hangul (Korea language)


So, my Unity3D project has some Korean text. When I play it, everything works perfectly. However, when I build it into WebGL and open it in browser all the Korean characters disappear. What am I missing?


Solution

  • As I expected, the solution to the above problem is to import your own font. Here's the link for more details: from Unity docs