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.
Your answer
Follow this Question
Related Questions
Unity Ads only showing Test Ads 0 Answers
How to fix xcode banner position error (unity ads) 2 Answers
Unity Ads Stop Playing On Mobile 0 Answers
Unity Ads 3.0 crash 0 Answers
can´t build my game! 0 Answers