Hi there.
I am in the process of localizing my app into multiple languages, and was doing absolutely fine until I built and ran the WebGL build. I am using Unity 5.0.2 on Mac OSX.
My first attempt showed that Japanese and Chinese characters didn’t show up at all, in any browser. It works in Unity, on iOS and Executable builds, and in WebPlayer mode, but not WebGL. In this case, I was using a regular font that could also display Japanese and Chinese characters.
After that didn’t work, I added in a couple of fonts that would respectively focus on Japanese and Chinese, and then I rebuilt for WebGL. It worked in Firefox perfectly. However, Chrome now crashes when the loading bar fills up.
This crash occurs if I just happen to have the fonts in the Resources folder, even if I’m not referencing them anywhere in my app.
I am very confused. Has anyone tried to use WebGL along with localization into Chinese or Japanese? Any help would be appreciated.