Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: newwork01 on May 22, 2016, 09:12:33 PM
-
My company currently use NGUI 3 and have to use emoticon in dynamic, is it ready? if not please at least guide me how to make it
-
any help? Can we use another UIAtlas for emoticon (mean another material) to replace character we want in UILabel?
-
Emoticons are limited to bitmap fonts because the sprites come from the same atlas as the font's characters. This is what makes it possible to have only one draw call. Dynamic fonts use a separate texture for their character glyphs, so there would need to be two or more separate draw calls / buffer sets per label. Each NGUI widget can only be associated with one material -- just how it was all designed.
The only way to get what emoticons in the dynamic fonts would be to somehow insert sprites as glyphs into the dynamic font itself.
-
And how can we get it out?
-
Get what out?