iPhone and iPad Project, Resolution?

Hello!

I’m currently working in a game that’ll run in both iPhone and iPad.

I have a question about the resolution of the game, it’s a 3D game, and iPhone and iPad native resolution are different, so, where i have to specify to Unity the resolution of the game?.

Is there any tutorial in making a iPhone and iPad game from scratch?

Thank you!

Unity will pick it up just fine. But remember that the resolutions are very different as are the aspect ratios. PM if you want to compare notes.

Under Edit choose “Player Settings”. Your choice of platform and multiple slots for icons are there as well as arm versions and iOS version and resolution to choose from. Xcode compiles accordingly.

HTH
BTH

Thank you guys!