Quantcast
Viewing all articles
Browse latest Browse all 1416

Unity Ads Direction Problem

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. Please Help! Thank you. 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.

Viewing all articles
Browse latest Browse all 1416

Trending Articles