Hi Guys,
I am using Unity to make 2D mobile games. My game was released and inserted Ads by Unity Ads. I am trying to fix the problem about Ads direction.
When I see the Reward and Interstitial ADs on iOS, the ADs show reverse direction, but it shows correct direction on Andriod.
Screen.orientation = ScreenOrientation.LandscapeLeft; Screen.autorotateToPortrait = false; Screen.autorotateToPortraitUpsideDown = false; Screen.autorotateToLandscapeLeft = true; Screen.autorotateToLandscapeRight = true; Screen.orientation = ScreenOrientation.AutoRotation;
I build Xcode for iOS, Device Orientation is LandscapeLeft.
Please Help! Thank you. Really need help…