I am currently rewriting an app in xcode. It was a pure unity app, but has so many 2D parts that i decided to learn Xcode and redo all the 2D parts there.
But apple is too fast for me
Just got an iPhone 4 and am trying to bring in HD images. As far as i read you need to provide images two times. The old resolution image is for example named:
myImage.png
and the iphone4 version with 4times the pixels should be named:
myImage@2x.png
This affects already the startup images and icons.
Icons should be Icon.png (57x57) and Icon@x2.png (114x114).
Startupscreen: Default.png (320x480) and Default@x2.png (640x960)
And here we go: I can´t even get the Default-one to show up. I tried building with sdk 3.2 and 4.0, no difference. Cleaned Builds before, no success.
Both image Versions are in the Project, no typos.
Not to mention that the unity content is also not hd.
Anybody here knowing more?