I am making game in Unity 4.5.0 with landscape mode. but i have screen orientation problem while building in iphone with ios 8.
My game is not opening in landscape mode while my device set with landscape orientation.
I have set all setting in player setting.
In xcode 6.0 also i set orientation.
Then also my game is not opening with Landscape mode. what can be the problem ? I don't find any any solution for that.
Please guys help me to solve this bug. Thanks.
Edit :
I changed default orientation to "Autorotation" in that i select Landscape left. the result i get is like this :
try Screen.autorotateToLandscapeRight = true;
in an update. This should force the issue. – Wobble