1
NGUI 3 Support / Long length UILabel memory usage
« on: February 04, 2014, 02:35:18 AM »
Hi Guys,
I have a really long user agreement context, about 6.5KB as a text file, via UILabel which must be shown before game start.
But I found it consumes too much memory, over 150MB. In Profiler window I can see that memory size of "Not Saved - Mesh" is 20 times larger than without that UILabel.
The UILabel is using Bitmap font and written in Korean.
How can I reduce memory usage or any suggestions?
Thanks.
I have a really long user agreement context, about 6.5KB as a text file, via UILabel which must be shown before game start.
But I found it consumes too much memory, over 150MB. In Profiler window I can see that memory size of "Not Saved - Mesh" is 20 times larger than without that UILabel.
The UILabel is using Bitmap font and written in Korean.
How can I reduce memory usage or any suggestions?
Thanks.