game preview on iphone

I know you can set the resolution in the game window in Unity 3D, but is there any way to actually see it running on the device before release for testing purposes?

Unity remote is only for testing the functionality - the graphics do not represent the actual quality, so how can you tell?

Thanks,
AriLarikins

Just build it to the device; you’re not “releasing” it when you do that. (Though you do need to be a registered developer.)

Deploy it to your phone, with different resolutions, I guess. “Practice” makes perfect.

Start with the unity ios setup guide, here:
http://unity3d.com/support/documentation/Manual/iphone-accountsetup.html

Are you already a registered developer?
You need to be in order to deploy to your iOS device. Once you go through that process, you will be able to try out your app on the device, after unity has built it. There’s no other way to “test it out”, you have to build it and deploy.