Unity Android: Truecolor texture performance hit and alternatives for truecolor

Posted by Esa on Game Development See other posts from Game Development or by Esa
Published on 2012-11-21T10:17:49Z Indexed on 2012/11/21 11:24 UTC
Read the original article Hit count: 444

Filed under:
|
|

After integrating the graphics assets to my application, I noticed that when the textures are compressed they look very bad compared to truecolor. This happens to all the textures and it did not seem to help changing the texture type to GUI nor did it help to switch the 32-bit display buffering on.

Does using truecolor textures make the application much heavier to run? Or does it just increase the size of the .APK? Are there alternatives to getting a good texture quality and a smaller texture size instead of using truecolor?enter image description here

© Game Development or respective owner

Related posts about android

Related posts about unity