• Stars
    star
    339
  • Rank 124,632 (Top 3 %)
  • Language
    C#
  • Created about 8 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Based on UGUI to support emoji system on Text component.

EmojiText

Based on UGUI to support emoji system on Text component.

Unity Version: 2017

How to use?
1)
	Put all emojies in Asset/Framework/Resource/Emoji/Input.
	Multi-frame emoji name format : Name_Index.png , Single frame emoji format: Name.png
2)
	Excute EmojiText->Build Emoji from menu in Unity.
3)
	It will outputs two textures and a txt in Emoji/Output.
	Drag emoji_tex to "Emoji Texture" and emoji_data to "Emoji Data" in UGUIEmoji material.
4)
	Repair the value of "Emoji count of every line" base on emoji_tex.png.
5)
	It will auto copys emoji.txt to Resources, and you can overwrite relevant functions base on your project.

Author:zouchunyi
E-mail:[email protected]