So I made many atlases by ngui-atlas maker.
Some has many cards (over 20~30), some has many gui element (window, btn, etc).
But its file size incredibly large like over 20mb, 40mb.
So I checked image atlas's inspector and it has 4096, Truecolor setting.
So if I want size-down, (cuz I am making mobile game, file size is also issue) should I have to make atlas texture format as 'Compressed' and lower 'Max Size' option at import setting?
Do I have other optional ways to lower entire .apk file size?
Thanks.