Layout in unity for the iphone - template

  • how can you set the layout of your Game Viewport so it has the same proportions as the iphone/itouch screen?

  • where can i find a template of the iphone screen so i can do my design on that?

  • with the xcode program you can take screenshot but where can i find them so can i open them in photoshop?

  1. Just click the dropdown menu of the game view and you can choose it in Unity iPhone

  2. The iphone screen is a screen as any other with resolution 480x320, no template needed. (don’t see how a template would apply at all to this actually as the editor resolution is independent to the play rendering resolution)

Thanks !!!

If you are in xCode with your iPhone connected and your project running, you can select “Device” from the sidebar. This will give you a set of tabs to choose from, that last of which should be “Screenshot”.

In “Screenshot” you can capture you image.

I find the easiest way to use the screenshot I have just captured is to simply drag the image from the capture window onto my desktop, or awaiting screenshot folder. MaxOS copies the image there and it sows up as something like: “Screenshot 2009.03.10 17.23.14.png”

That’s the file you open in photoshop.

If you want to use an image from your library, the fastest way is to click on the image from the library window, and it will load it into the capture window, and drag as above.

Hope that helps.