Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Doyu on December 30, 2014, 04:08:45 AM

Title: NGUI examples size
Post by: Doyu on December 30, 2014, 04:08:45 AM
Hello.
When exporting my game for any platform (Android, iOS or web player) the size of my app increases due to NGUI folders. Some of them (maybe Resources) could not necessary (or so I guess) since I'm not using any NGUI prefab. Which folders are secure to remove?
Thank you.
Title: Re: NGUI examples size
Post by: ArenMook on December 30, 2014, 02:23:55 PM
NGUI/Resources folder is necessary and only contains shaders which don't add anything worth mentioning. NGUI/Examples folder can be removed.
Title: Re: NGUI examples size
Post by: lallous on December 31, 2014, 01:45:02 AM
Hello Doyu,

Adding to what Aren already mentioned, you can also check exactly which resources are increasing the size of the package.

Please check: http://docs.unity3d.com/Manual/ReducingFilesize.html

Regards,