Call function only ones for show ad with if field
Hi i like to show unity video ad when player health is 0. So when i add show ad function in it then many ads start showing becuase this is added in update function. But i like to set ad show only ones...
View Articlenew unity ads
Hey guys, having a hard time with the new sdk for unity. I downloaded the newest one but now i have a copy of the unity editor for ads. The problem i'm having is the default that is downloaded when you...
View ArticleI don't understand this unity ads line
Hey guys, There's a new line of code i'm not familiar with and I can't seem to find an explanation for how it works. Here it is. #if UNITY_IOS private string gameID = "xxxxxxxx" #elif UNITY_ANDROID...
View Articleunity Banner is not shown when test mode is false on android studio
i have an issue with unity banner ads not shown when test mode false . onUnityBannerErrors i receive a message "Banner placement is not ready" i'm using android studio for showing banner test is...
View ArticleGoogle Mobile Ads game hang on initialization...
Need help with Google Mobile Ads Unity Plugin. When I try to initialize at the Start method, the game just hangs on the android. MobileAds.Initialize (appId); in the unit everything is working fine:...
View ArticleFacebook network banner ads in unity - any documentation/tutorials?
Hi, I thought I would try out fabook network ads in a new game we are working on. Although I have managed to find info regarding the sdk and importing it into unity (pretty straightforward) I can't...
View ArticleUnity Ads don't work
Like the title says I can't get ads to work. Mostly nothing happens and if something happens the game restarts using System.Collections; using System.Collections.Generic; using...
View Articlehow often is the unity ad ready?its a rewarded video ad which gives 1000 cash...
using UnityEngine.Advertisements; public class admanager : MonoBehaviour { private void Start() { if(!Advertisement.isInitialized) { Advertisement.Initialize("3009385"); } } public void showVideoAd() {...
View Articlehow to do 2x score multiplier on a button with an ad i have a button wihich...
//this is my gameover panel script // using UnityEngine; using UnityEngine.UI; using System.Collections; public class HR_GameOverPanel : MonoBehaviour { public GameObject content; [Header("UI Texts On...
View Articlewhy admob not showing ads on my app
I am not getting an error I run ads with the given sample test id, but it doesn't work with my admob id I use genymotion emulator for testing I uploaded in the google play market ten days ago private...
View ArticleMy App crashes when I use the correct Game's Ads ID
Since I updated to *Unity 2018.3.2f1*, I only had problems. When I used the following code I **initialize the Ads** with the **correct game id** the app did fine in Editor but **once built and on the...
View Articlelow ad impressions to requests ratio (fill rate?)
I have recently released a game on Google Play Store that was developed in Unity. All of my revenue is through ads. Yesterday, there were 191 Ad Requests, but there were only 24 Impressions. In...
View ArticleAds show up in editor but not during play test on iPhone
Hello, so my ad viewer script is on a button and when it's pressed, the ad shows up in my editor and says everything is working properly. When I build the game to my iPhone and test it on the device,...
View Articlehow to use admob and gameplayservice both in one project
i making a game. i integrated admob and game play service but its not working properly. when run project in phone it is crash
View Articlecan you receive payment if you're country doesn't use postal codes
I am trying to set up my payment method but it requires a postal code and my country doesn't use postal codes is there a solution to this or is it impossible for me to receive payment
View ArticleRepeat admob interstitial
`enter code here`hi, i have succede in producing a code for show up an AdMob at the death of my player, but i can't get along with the fact that, if i tap "Play again" and make #Game 2 and i die the...
View Articleadmob repeating infinit times can't stop
hi, i can't stop the ad interstitial showing up after first time, it continuos at infinity even in the debug it's going crazy, i'm trying to show up only on death of the player, it mean at "GAME OVER",...
View ArticleChartboost rewarded ad is crashing Unity Games?
Hi, Some of the chartboost rewarded ads are crashing unity games. It ask to interact while ads are playing, when we click on ads. It sometimes get into ANR or sometimes an immediate crash occurs....
View Articlegoogle ads load in exchange for scene
Hi, recently i put a banner of google ads in my game menu, and when a touch in the button "play" exist one function for destroy the banner, but if i touch in play before the banner show up it's loaded...
View ArticleComparing time. Missing something?
This supposed to show ad after 30secs but it shows ad even if my player touches this obj at 6th sec and I really don't know why. void OnCollisionEnter(Collision obj) { t = Time.time; if...
View Article