so I am just about to start on an IOS project but I am a little stumped on how to deal with the different resolutions each device uses.
I am aiming for Iphone 4/4S/5 plus Ipads.
What size images should I be creating in photoshop for the backgrounds of these particular devices?
Any help would be appreciated, I have already searched and found multiple answers so an answer from someone that has experience with this issue would be great.
If you go to build settings-> icons, you will see all the different sizes. You can, however, make a single large icon and Unity will automatically create all the icons for the appropriate devices.
You don’t need to make multiple images, just make one that fills the max possible width and height. You might also want a double size image for iPad 3+4.
You still might want to resize those images separately with image editing tools, since image downscale algorithm in Unity isn’t the best possible one. Specially if you want sharp look for your icon with every device.