Hello Guest

Author Topic: Changes in Image color  (Read 2966 times)

Dipanker

  • Newbie
  • *
  • Posts: 17
    • View Profile
Changes in Image color
« on: September 27, 2013, 10:27:42 am »
Hi
   I build my game for various devices like IOS and Andriod devices. My sprites uses 1x, 2x and 4x quality but the game color changes in all devices, some device show more brightness in images and some low in brightness or dull in color?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Changes in Image color
« Reply #1 on: September 27, 2013, 10:39:29 am »
If you're using compressed textures, then yeah its going to look different with different compression formats between iOS and Android. If you're not, then you'll have to look and see whats going on on the device, eg. 16 bit frame buffers might show different output to a 32bit fb - this isn't anything specific to 2D Toolkit, its more to do with how Unity is building the textures, and how your devices are displaying them.