Admob C# Script isn't running whatsoever.
Ok, so i'm trying to add a small ad to my game with google's admob. I donwloaded all i had to download, and the demo worked perfectly. However, when i try to adapt the code to my game, the c# script...
View ArticleWhy is my Unity Ads Fill Rate at 0%?
Hi Unity Answers, Last night my first game went live. My game makes all of its money through Unity Ad interstitials. When I first implemented the Unity Ads, they worked perfect on my device, but while...
View ArticleInterstitial After GameOver
Hello i have inserted interstitial and banner ads into game ads are showing when you click button, i need to load and start ad after scene starts here is my code please help how can i edit it using...
View ArticleUnity ads eCPM doesn't show anything
Hello everyone, i have a game that uses unity ads but even with 19000 ads shown and avarege fill of 30% the eCPM shows nothing just ($NaN) and i have earned nothing so far. http://unityads.unity3d.com/...
View ArticleHow to use UnityAdsVideoCompleted();
https://unityads.unity3d.com/help/Documentation%20for%20Publishers/Integration-Guide-for-Unity public void UnityAdsVideoCompleted(string rewardKey, bool skipped){ if(!skipped){...
View ArticleAds showup really slow
Hello I have tested my game and my ads take like 20 seconds to show up. I'm using Google Admob banner ads. I tested some other games which use the same service and the ads show up immediately or after...
View ArticleInterstitial ads into game
Hello every one i am reading Google Play Developer Program Policies and i have question about interstitial ads. i can't understant can i display Interstitial ad every game over scene ? Ad Walls and...
View ArticleUnity Ads Problems!!
1- I have followed exactly what unity-nikkolai said in his "10-Step Integration Guide for Unity Ads in Unity" for my new game which is not published yet. However, when it comes to test it, I mostly...
View ArticleChartboost: change scene after close (or click) the interstitial
Good Evening, I need a little help, I would change the scene after the Interstitial was closed. I searched the internet but I have not found many things. This is the script that I'm using, but part of...
View ArticleUnity Ads Handler for IsReady(zoneId)
Is there a way like that void OnReady (string zoneId) { if(show==true) { ShowAd(zoneId); } } instead of void Update () { bool isReady = Advertisement.isReady(zoneId); if(isReady==true &&...
View ArticleAre apps with unity ads allowed in amazon app store??
Ok my question is simple. My game sucks at running on normal android hardware (anything below adreno 320). So I am thinking on releasing my unity game to amazon app store. Unity ads look very good....
View ArticleDisplaying Interstitial Ads Correctly ? Please Help.
Hi there I am having trouble in using the official google ads plugin to display some ads on exit of a game mode. Correctly as you see below this script is called when player dies or pauses the game....
View ArticleHow to disable animation.Play? (FPS)
Well, i'm making and FPS, and i'm having trouble with the Aim Down Sights thing, well, i'm my gun script, i have this lines, that play animation and sound when i shoot (press Fire1):...
View ArticleDisplay AppLovin Video Interstitial
For my game I want to display ads AppLovin banner and video ads. At present I can able to get banner ads using following code. // initialize sdk AppLovin.InitializeSdk (); // show banner ads...
View ArticleHow to tell if Unity ads are being blocked by a firewall
I myself have a firewall, so if I try to test the ads on my game using WiFi, the screen goes black and stays there. Of course, using data will show the ad for me, but I don't want the game to do that...
View ArticleIAds Banner help. If IAds isn't showing show admob.
I'm using this code but I don't know how to check if the ad is showing. If the ad isn't showing i wan't it to show an admob ad and if the IAds start to show, remove the admob and show the IAds. using...
View ArticleWhy do ads play even when there's no internet connection - UnityAds Unity
I am using UnityAds on an Android App through Unity. UnityAds will initialise even when there's no internet connection. Shouldn't it check whether there's internet before initialising? An ad will try...
View ArticleAdmob calculating banner Ad size
I am using Google mobile ads Unity API in Android platform for my ads. My game is available in both portrait and landscape orientation. I can show smart banner ads for both orientations. I want to...
View ArticleAdMob ads not showing into unity3d game! Please help...
I am trying and trying to enable google ads in my unity3d game, but no success... I have google developer console, have AdMob and I have unity3d app ready to be published, only thing that is left to be...
View ArticleUnityAds not initailising on android device
Good Day, I have been trying to get UnityAds to work on my device for testing, they used to work but no longer do. After some testing I have found that it is not initialising on my device. In the...
View Article