Author Topic: Does using TinyPNG have any effect when used with Unity and NGUI ?  (Read 3518 times)

missingno

  • Guest
I'm optimizing my assets for my game and using TinyPNG on my background images (not stored in atlas) gives me way better file size with no perceived quality loss, however when adding the PNG into unity it shows the file size as being the exact same as my non-TinyPNG'd image. I know that unity imports images into textures so I'm not working with he actual PNG's and that is why. Does shrinking the files make any difference for my memory usage ?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Does using TinyPNG have any effect when used with Unity and NGUI ?
« Reply #1 on: October 04, 2013, 02:39:48 AM »
No it doesn't. Size on disk and size in video memory are two different things.