Does NGUI require Read/Write Enabled on atlases?
(Or any specific ngui related features, such as fonts, or dynamic fonts)
The Default for NGUI Atlases is RGBA 32bit
However Unity documention, and additional unity reference pages recommend RGBA 16bit
Is this a wise choice, as it seems to shrink the file size and memory size by half.
But i am not sure of the benefits of using 32 bit on mobile devices.
The general consensus so far has been to just not touch the Texture Settings for NGUI Atlases.
Purely asking from a mobile performance perspective in regards to the 16bit/32bit question.