- Home /
PVR launch image flipped on device
In order to get the app size down I have a 2048x2048 PVR image and use this for all my launch images. I have noticed this compressed image achieves the size optimisation I want and displays correctly in the editor.
Yet, when I view on the device I see that the launch image is upside down and back to front. On inspection of the assets created from Unity to the Xcode build the launch images are indeed upside down and back to front. I can't see any settings that are applicable to this and wondered if someone can advise how to correct this please.
For the benefit of those who have the same issue I was encoding my png to PVR through a tool called PVRTexToolGUI which when encoding needs the vertical flip flag on.
This means in Unity it's back to front but on device its round the right way.
Your answer

Follow this Question
Related Questions
Editing lightmaps through code 0 Answers
Unity android crash after Enter Scene on Galaxy Tab 10.1 1 Answer
Crunched textures and sprite mode don't work together? 2 Answers
How to compress NPOT texture 1 Answer
Does unity really support ASTC? 1 Answer