iamcal / emoji-data

Easy to parse data and spritesheets for emoji
MIT License
2.55k stars 301 forks source link

Updated emoji.json, to include all #236

Closed samjoly closed 7 months ago

samjoly commented 7 months ago

Thanks for sharing. It looks like the emoji.json, doesn't include all emojis. Would it be possible to have an updated version? Or a clue on how to create one so it includes the full list of sheet_apple_32.png item?

Thanks Sam

iamcal commented 7 months ago

Can you describe which emoji you don't think is included in the JSON file?

The images are built from the JSON, so there shouldn't be any differences.

samjoly commented 7 months ago

First, thanks for your time.

I use a Unity plugin to create a map. https://assetstore.unity.com/packages/tools/gui/simple-emoji-for-textmesh-pro-267889 I feed your image: https://github.com/iamcal/emoji-data/blob/master/sheet_apple_64.png and your Json. https://github.com/iamcal/emoji-data/blob/master/emoji.json

The map created end up missing all the flags, and some other stuff. EmojiTMP

IMG_0952 Screenshot 2024-01-24 at 10 47 30 PM

Of course the plugin could be he issue.

Let me know if t=you have any thoughts. Thanks

iamcal commented 7 months ago

All of the flags are present in the JSON file, as is the face_in_clouds/1F636-200D-1F32B-FE0F emoji. The problem is likely with the plugin you're using

samjoly commented 7 months ago

Thanks a lot for looking at it. I'll check there...

hippogamesunity commented 7 months ago

@samjoly Hi, as mentioned in Known Issues "Multi-codepoint emojis are not supported in the current version of TMP" Flags are most likely containing 2 codepoints, so you can't use them with TextMeshPro.

samjoly commented 7 months ago

Thanks a lot for the clarification. This TMP limitation is unfortunate; but your plugin still awesome! Thanks you both : )