So I want to make message windows.
Messages will have various color as its sort (battle message, event message, etc), so I want to pass string with color info to UITextList
but UITextList seems only give .Add(str) function. So color should be "[FF0000]msg" like this.
Isn't there another way to pass color info? like, textlist.Add(str, colorpicker);