I am having an issue when trying to create a font atlas with emoji from a text file.
When putting an emoji () in a text file and trying to use the text file as a source for the atlas, TextMesh Pro is reporting 2 missing characters - the surrogate pair D83D, DE00 and nothing is added to the atlas.
Using the hexadecimal value (1F600) and Unicode range as source, works fine, and the emoji is added to the atlas.
Also using a text file saved as UTF32 as a source doesn’t seem to work in TextMesh Pro.
Is this case supported by TextMesh Pro, using characters in a text file that have their unicode value larger than FFFF?
I am using the latest version of TextMesh Pro from the asset store (1.2.2) in Unity 2017.4.10f1 on a Mac OS High Sierra.
The font used is the emojione-svg.otf from here: emojione/extras/fonts at master · joypixels/emojione · GitHub
Thanks