Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DFVSQY/EmojiText
This is a EmojiText solution for Unity3D UI
https://github.com/DFVSQY/EmojiText
emoji ugui unity3d
Last synced: 3 months ago
JSON representation
This is a EmojiText solution for Unity3D UI
- Host: GitHub
- URL: https://github.com/DFVSQY/EmojiText
- Owner: DFVSQY
- Created: 2017-02-20T13:38:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T15:22:59.000Z (almost 7 years ago)
- Last Synced: 2024-07-14T04:34:56.434Z (4 months ago)
- Topics: emoji, ugui, unity3d
- Language: C#
- Homepage:
- Size: 260 KB
- Stars: 77
- Watchers: 7
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - EmojiText - EmojiText solution for UI (Text)
README
# EmojiText
This is a EmojiText solution for Unity3D UI.
If you can benefit from this,please give me a star.
Thank you!
### Example:
![image](https://github.com/DFVSQY/EmojiText/blob/master/pic.png)
### 提示:
本工程基于Unity2017构建,对于低于该版本的Unity导入工程后可能会出现无法正确序列化问题,解决方案很简单,就是删除EmojiData文件,重新创建生成一下即可。具体步骤:
1.删除工程视图中文件夹"EmojiText/Resources/EmojiData/"下的EmojiData文件
2.选中工程视图中的EmojiData文件夹,右键点击Create/CreateEmojiData
3.在菜单栏中点击EmojiHelper/FillEmojiData一下重新填充EmojiData即可