mcraiha / Unity-UI-emoji

Show emoji images in Unity UI text
174 stars 34 forks source link

string format exception #1

Open subzero911 opened 8 years ago

subzero911 commented 8 years ago

Doesn't work with russian letters (cyrillic symbols). Also, this package is terribly inconvenient to use - there's no normal API, so I have to take an example and modify it for myself.

mcraiha commented 8 years ago

WebGL build does have quite limited set of chars, so e.g. Russian, Japanese and Chinese letters are missing. That is because I only wanted to demonstrate emoji chars.

And yes, this package it is not meant to be full working text + emoji solution. If you are seeking something like that I would suggest checking out TextMesh Pro.