I searched the Unity iphone 1.7 manual and there is practically no info about iPad. What does the Unity 1.7 release’s ipad support encompass exactly? I see the editor has 2 new aspect ratios for ipad, and in the player settings there are slots for build target, icons and splash screens. There are only a couple of new entries in the Script Reference part of the manual.
I thought I read somewhere that ipad can run iphone apps natively, backwards compatible. Is this true? If that’s true then really what benefit is there to building Unity game for ipad platform? Faster execution? You have ability to re-do your artwork for 1024x768 resolution?
I selected iPad Landscape in the editor and launched my game and it looks very poor because all my levels are designed for 480x320. Unusable in fact.
What i am looking for is general guidelines or docs for how to support iphone + ipad in one build. How are people doing it? Do you have to write code to dynamically layout hud and gui depending on the screen resolution? I feel like I must be missing the point or just uncertain about what most Unity developers are going with this new platform.
Thanks in advance