Hello,
This error - Unity - Retina 4-inch Support - Missing “Default-586h@2x.png” is bugging me for too long.
in Xcode4, this problem was solved by removing the Missing texture, and attaching a new one. Not so as for Xcode5.
Now i cant remove any texture, because no such option exist. Also it seem that i got the texture in Xcode right in the place, still this massage appears. I’ve tried rotating the texture, no help, pasting in the export folder, same.
Please Help, this is far to silly issue to be taking to solve that long. TY!
1 Answer
1After some more digging i’ve realised that the Xcode project was missing - Images.xcassets. To get this Images.xcassets all you need to do is to mark “use Assets catalog” and migrate only splash screens. after that you will get the Images.xcassets. There you can delete image, and paste the new “Default-586h-2x.png” in your build project\unity-iphone\Images.xcassets\LaunchImage.launchimage. in most cases this is it.
if not,import ios7 image first from the mentioned folder and then ios5,6 R4 from same folder. Hopefully, this is over.
I’ve used this also for reference - Easing Submission Pain with Unity & Xcode 5 - Realigning the Azimuth