Author Topic: NGUI examples size  (Read 1744 times)

Doyu

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
  • I love games ;)
    • View Profile
    • Mascotas
NGUI examples size
« 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.
Game developer on [Doyu Games.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI examples size
« Reply #1 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.

lallous

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: NGUI examples size
« Reply #2 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,