So I am thinking about buff showing system,
like most MMO game(World of Warcraft, etc), if character has some status like good of bad, icon appear below of portrait, so user know what sort of buff/debuff effect put on.
So I need to make this sort of system for my game,
if character got status, status (buff/debuff) icon (+its name) should appear, how can I make this?
Instantiate ngui sprite+label prefab?
or can I generate ngui sprite at runtime?
or more good way exist?
Thanks.