Incorrect portrait Screen.orientation after Unity Ad interstitial playback
My iOS game supports autorotation in portrait and portrait upside down formats only. If I output the value of Screen.orientation with the phone upright and upside down I get Portrait and...
View ArticleVideo Ads for WebPlayer games
I have a unity3d game published on facebook. Is it possible to implement rewarded video for that game? I tried to use some advertisement platforms for standalone web pages. I add their sdk as an...
View ArticleAdmob For Windows Phone?
How can I get admob to work with windows phone? If not, is there an alternative that does basically the same thing. I can't find an answer to this question.
View ArticleAndroid Ads Error
i made a android game, without ads, i dont get an error but if i active ads (GoogleMobileAds.unitypackage and (dev tools/extra/google/google_play_services/lib ) i take this error;...
View ArticleHow do I display Windows Phone Ads in specific pages?
Well, I created a game in Unity for Windows Phone (not windows store) and I am using AdMediator to display ads in my game. The game is still not published, before, I need to know how can I show these...
View ArticlePrevent ad from pausing game (UnityAds)
I am creating a basic ad call using the line Advertisement.Show(null, new ShowOptions { pause = false, resultCallback = result => { Debug.Log(result.ToString()); } }); And the ad is being...
View ArticleUnity ads why i am not seeing any earnings?
how can i start earnin![alt text][1]g some money with unity ads and how can i ask for payment any help? [1]: /storage/temp/48245-screenshot-1.png
View ArticleGlobal time triggered script
How can i add a script to my project wich is executet in every scene the whole time the game is active. As an example I want to pop up some ads after every x minutes, don't matter wich level is...
View ArticleHow can i make a Google Mobile Adsense in my Unity game ??
when i use the Google Mobile Ads plugins,the banner appear but if i click on he's doesn't work. Can you help me . I use this code: using System; using UnityEngine; using GoogleMobileAds; using...
View ArticleUnity Ads Framerate drop?? WHY
Hello everybody, In my android game everytime you die you can choose to watch an Advertisement and afther that you will be revived. But every time you watch an Advertisement and when you finish...
View ArticleIs it possible to put interstitial ads with unityads
Is it possible to put interstitial ads with unityads? because right now i use this code to show video ads and i don't want only video ads: Advertisement.Show(null, new ShowOptions { resultCallback =...
View ArticleWhy i am not see earnings?
![alt text][1] [1]: /storage/temp/49472-untitled.png why iam not seeing any earnings i have 3 games in every game i am using unity ads but iam not making money why?
View ArticleHow can I have a portrait only game have Unity Ads in both Portrait and...
My game is set to portrait only using the Build Settings (android) and by default the unity ads that show are always in Landscape. They take up the whole screen this way but the player has to turn...
View ArticleNeed helping in displaying Admob interstitial ad in my android game.
Finished developing my android game and now I am all set to ad an interstitial ad to my game . I am able to display banner ads without any problem. However I am not able to show interstitial ad in my...
View ArticleResume Device's Music After Unity Ads?
So when a unity ad starts (video ad), it pauses your phones music (not the in game music but the music playing from another app like spotify).. However after the ad has finished the music does not...
View ArticleAndroid game displays 2 game icons
As the title says I get this when I install the apk. After using a plugin to display ads in the game android manifest shows two activities with the LAUNCHER property. It's just like it was mentioned in...
View ArticleHow not to show ads to paid customers when game became free in update?
I am planning to publish a paid game. After a while i will update the game as free and will start showing ads. But i do not want my first paid customers to see the ads after installing update? is it...
View ArticleHow to hide admob ads during gameplay?
Hi I want to hide admob ads during gameplay. but bannerView.Hide(); is not working in unity. Heres is my code. using UnityEngine; using UnityEngine.UI; using System.Collections; using...
View Article