Unity ads- Is it possible to farm Unity ads?
I'm relatively new to Unity and almost done with my first serious project. After successfully implementing ads into the game I realised that it would be pretty easy to make a "game" that farms runs ads...
View ArticleCan I connect 2 apps from 2 different play store accounts to one unity ads...
Can I connect 2 apps from 2 different play store accounts to one unity ads account
View ArticleUnity ads banner ad works in testing, but disappears on release
I've recently released my first game, called Dreamline to the Google Play store. This game contains a banner ad. In development, the ad showed up as the simple banner saying "This is where your ad will...
View ArticleMy UNITY Rewarded ads do not work on build.
So I'm developing a mobile (android) game in unity, and I've decided to add ADS, I've been following multiple tutorials, including the UNITY team ones, and everything works great while I'm testing....
View ArticleUnity ads don't work
I decided to add reward ads to my game. So i downloaded the package, created the project and the placement in the dashboard, but when I start to code, exactly at this line inside the void Start() :...
View ArticleGame crashes on player death
Hey, im in the final stages of my game but this one error has been keeping me from releasing it. After implementing ads in my game in the final build it always crashes when the player dies. I removed...
View ArticleRewarded video ads for two different functions - Unity
I'm implementing reward based video ads in my game. There are two functions that provide the reward. One is a ReceiveLife() function where once the player dies, if they click on the revive button the...
View ArticleMy android game keeps crashing after implementing test ads ,My android App...
I wanted to implement rewarded test ads but when I open my app, after building it, it says ESCAPE(My app's name) keeps stopping. there is no errors in unity itself except when I build it says Warning!...
View ArticleUnity Banner Ads in Worldspace
Was thinking about implementing Banner ads into my game but did not like it on the UI. Would UnityAds allow me to show the banner add in the background of my Main Menu that is (frequently visited)...
View ArticleThe close button from unity ad don't do anything
Hi guys ! I'm tryin to implement some ads into my game. The problem i encounter is when i need to close the unity test ad with the close button. It don't close the ad. here's my code : using...
View ArticleCan we show 3d ads in the game like on billboards?
Hello guys, I am making a game where I want to have ads showing on billboards in the gameplay. Can I do it and if yes then how can I do it and what are the platforms that allow these kind of ads.
View ArticleWhy does this code keep on repeating ads non stop??
Why does this code keep on repeating ads non stop?? Code link: https://pastebin.com/yRMDKFJR The code: using UnityEngine; using UnityEngine.Advertisements; public class RewardAd : MonoBehaviour,...
View ArticleUnity ads work in editor but not in phone
Ad is ready it completely work fine on editor but it is not working on phone. I also try to use test mode but not working. My id is correct. Ad is on ,extension is also ad. I also restart, reinstall...
View ArticleHow do I fix my error with my addlistener?
I am given the following error with my script. CS1503 Argument 1: cannot convert from 'AdManager' to 'UnityEngine.Advertisements.IUnityAdsListener' My unity project that this script is attached to is...
View ArticleUnity Ads shows ads bypassing filters, what should I do?
Hey. I have a problem that I can’t solve for a long time. I set filters for advertising Unity Ads, without a casino and money. But, the game has one of two advertisements about a casino or a hoax. What...
View ArticleUnityAds Rewarded Video not showing after android build
I use UnityAds and try to show a rewarded ad in my android game. In the Editor everything worked fine, but after i build the apk and loaded it on my smartphone it doesnt work anymore (On my phone; in...
View Articlein rewarded ad which code means user closed the ad by itself
in these codes which one means user closed ad by himself or herself // Called when an ad request has successfully loaded. this.rewardedAd.OnAdLoaded += HandleRewardedAdLoaded; // Called when an ad...
View ArticleHow do I set a limit to how many ads a player can watch each day.,How do I...
Hi. I have a game with adverts, and I want to limit players to only watch 6 adverts per day. Is the a way to script this in my game?,Hi. I'm trying to set a limit to how many times a player can watch...
View ArticleHow do I delete an ad placement in Unity?
Hi. I added an ad placement in Unity, however I do not use it anymore. Is there a way to delete this placement. Thanks.
View ArticleIUnityAdsListener not calling properly.
I have a script running UnityAds. I have verified that placement IDs are correct. It worked the first times, then i applied this script to a prefab to work across many levels and now it no longer...
View Article