Skip to content

lijia4423/EmojiText

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:zouchunyi@kingsoft.com

About

Based on UGUI to support emoji system on Text component.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.5%
  • ShaderLab 15.5%