I have been creating a simple project with a character standing on a platform with a skybox background. After I switched platform to iOS the skybox background texture suddenly looks ultra-compressed and is horrible quality. How do I stop Unity doing this? I can’t seem to find the preference anywhere.
Peter_G
2
You can turn off compression. That doesn’t mean you should. Go to the import settings for the image and choose “True color” or “16 bit” instead of "Compressed. Having said that, it doesn’t mean you should. Uncompressed textures can be as much as 4 times larger. And iOS has several optimizations that it does with PVRTC textures that it won’t do with an uncompressed tex.