How to display Unity Ads after 5 deaths?
I am VERY new to C# coding and Unity in general. I have just finished a project and I am wanting to monetize it with Unity Ads. I used the basic code to show an ad every time the replay button is...
View ArticleAdmob Interstitial loading causes game to crash??
in my game I load the admob interstitial ad using ( Admob.Instance ().loadInterstitial (); ) but whenever I put that line in and build the game on an android phone it crashes. so is there another way...
View ArticleUnity Ads watch full video
Hi, is it possible to make it so the player must watch a full ad? (an X button comes up halfway through at the moment allowing the player to bail out...) I feel like i've heard of this being an option...
View ArticleHow to properly wait for Unity Ad to be watched before continuing game logic?
Hi everyone. In my game user has a single life. When he dies, I display a menu where he can select to restart the game or watch a Unity ad to continue the game from the point where he died. He can do...
View ArticleCrash at end of rewarded video Ads
On iOS (with mediation from AdMob), when the video ends, I have a crash when the SDK is trying to delete the video player ([UADSViewController destroyVideoPlayer]. Se the full stack below. Any idea ?...
View ArticleInterstitial showing only once [AdMob]
Hello everyone. I have created an app about 2 months ago, and it's been doing really well lately so I'm trying to implement interstitials, but there's one problem. The interstitial only shows once per...
View ArticleGame Always showing default unity ads and not showing any other ads
I just completed making my game and when I watched the ads its always showing default unity ad and not any other ads . I have not uploaded my game on google play store yet. I have turned off the test...
View ArticleGame not showing other ads but only default unity ad
My game is not showing any other ads but only unity default ads . Please help me.
View ArticleAdmob Interstitial Ads are not working in IOS, but it is working in Android
Hi all, I'm using official Admob package (https://github.com/googleads/googleads-mobile-unity). I checked all ids, no problem. Code is working clearly in Android. Banner and Interstitial ads are...
View ArticleUnity Ads
We get the following error. All information related to the error is as follows. We suppose that the problem is resulted from the Unity Ads itself: at com.unity3d.ads.webview.WebView.(WebView.java:22)...
View Articleunity ads game id
When i turned on unity ads and went down to the advanced tab it shows to game ids. One for ios and one for android. Unfortunately I accidentally deleted one of them. How do I get it back. I know this...
View ArticleUnity Ads not working on my Android device but works on many other devices
I have a Sony Xperia Z5 Premium with android 6.0.1. When I try to call Unity Ads, nothing shows up. On every other devices like Samsung S3 , S6 , Note 2 , Note 4 and two tablets , it works. Another...
View ArticleUnity ads and facebook canvas/game center
Are there any plans to have the Unity Ads display in a facebook canvas game or their new game center platform? It would be nice to have a single source of ads for all platforms.
View ArticleUnity Ads: Rewarded video is not ready.
Hello, i have a problem with rewarded video ads. I dont see nothing wrong... My code is: public void WatchVideoForCoinButtonClick() { // avoid multiple click if (clicking == true) return; clicking =...
View ArticleHow to create a remove ads in app purchase for unity android game?
Hi guys, Finished implementing admob banner and interstitial ads but want to ad an in app purchase to remove ads for a Unity Android Game. I read that somewhere that using playerspref to store the...
View ArticleUnity Ads Service: How do i resize ads?
I use [Unity Ads][1] to create ads for my game. I can create ads using `Advertisement.Show();`, but this creates a fullscreen ad. ![alt text][2] How can I resize the ad to take up only a part of the...
View ArticleHow to integrate heyzap without conflicts ?
Hi, I am trying to integrate heyzap ad mediation network with unity. I am getting the following play services resolver error and not able to proceed. Can some one please help me to pass through this...
View ArticleAds suddenly stopped working?
Hi guys I've been using Unity Ads for my whole project, and they've been working perfectly until a while ago. With no apparent cause, the ads just stopped displaying in both the editor and iOS, and...
View ArticleAdmob interstitial ad are slowing my game down
In my android game I have an admob interstitial ad that appears when the player dies. However during gameplay on a mobile device there are random but extreme delays when playing. The ad is requested...
View ArticleAm I allowed to use UnityAds for my Free Lottery ?
Hello all! I am developing an application that will basically give users a change to enter a free lottery. I was thinking of using UnityAds for the revenue part of the app. But the Publisher TOS states...
View Article