Ipad 3 and Unity Remote 3 default orientation ...

Hello, I just got an iPad 3 and have installed the Unity Remote 3 app on it. I tried to run a sample game on it and no matter what settings I choose under “Settings for IOS - Default Orientation”, the game appears in landscape left mode. I want the game to run in Landscape Right mode with the Home button on the left side. Can I hard code this into the game somehow? Is there a fix?

Thanks again in advance for the help.

Just take a look at Screen.orientation. You need to set it to ScreenOrientation.LandscapeRight and you’re done :wink: