Hi there,
Currently, I found that NGUI Label is very heavy when I changed the text of the Label frequently.
I think, NGUI change the text directly, instead of making a char-array buffer for this.
Here is the example between NGUI and TextMeshPro

The text is: "Change Text In Update" + Time.realtimeSinceStartup.ToString ()
Anyone can tell me, How can I improve it?