Questions tagged [unity-ads]
The unity-ads tag has no summary.
27 questions
1
vote
0
answers
115
views
JDK cannot be found
I wanted to add Unity Ads (Advertisement Legacy) to my project. It still builds fine and everything, but like every 5 mins I get error that I need to install OpenJDK. It is really annoying. This did ...
0
votes
1
answer
44
views
How to read Unity Ads initialization code structure? [closed]
It is my first time integrating Unity ads into my game and my first time encountering the sample code below with the usage of "?" and ":" and wanted to ask how to read the line of ...
0
votes
0
answers
267
views
Implementing Rewarded Ads with Mediation
I've been trying to get Rewarded Ads in my app using Admobs and Unity Ads.
I followed the official documentation and did all they have told.However when debugging using the Admobs mediation suite I ...
0
votes
1
answer
357
views
Unity ads issue - null reference error
I'm trying to add unity ads to my game. In my game there are three panels - startgame, ingame and gameover. Once the game starts, only the startgame panel is active and once you tap on the screen, the ...
0
votes
0
answers
99
views
Unity ads showing only 3 or 4 times
I have published a game on googleplay that uses Unity rewarded ads. Once the player dies, they have an option of reviving by watching a rewarded ad. However when I try this, the ad shows only 3 or 4 ...
0
votes
0
answers
43
views
how to access player prefab in endless runner game?
I am working on an endless runner.
The player is a prefab.
After player died, when user press watch ad, the game should continue and player should respawn where he died previously.
...
0
votes
2
answers
313
views
Why does Google keep rejecting my update for my game?
I'm trying to push an update to my game that is on the Google Play Store. I've submitted the update over 4 times and Google keeps rejecting it due to the type of ads that are being displayed. I'm ...
1
vote
1
answer
217
views
How can I control ads frequency?
This question was already asked a while ago, and I wanted to check the present situation:
Can I control ads frequency from the dashboard? (e.g. frequency
capping in Admob)
Can I control ads frequency ...
23
votes
1
answer
7k
views
How do I prevent inappropriate ads from appearing in my game?
My game implements Unity ads, and is designed with a universal audience in mind. As such, I would prefer not to have 18+ ads (or even 13+ ads depending on the circumstances) appearing in it, ...
0
votes
1
answer
181
views
Why is my ad not showing?
My ad does not appear. I want to click the button and have an ad appear.
...
1
vote
0
answers
311
views
Where is Advertisement.Banner class in Unity Advertisement v2.3.1 package?
I'm implementing Unity Ads in my game, now i'm using Advertisement package v2.3.1 from package manager. I set up rewarded and video ad, but can't do anything with Banner ads.
I set up id in a project ...
5
votes
1
answer
2k
views
Removing the contains ads label from the google play store
So previously in my Unity android game we had ads. Now I'm creating a demo version of the game from that project. I have succesfully removed all other permisions but the 'contains ads' still shows up ...
1
vote
0
answers
826
views
Loading a scene after Unity Ad plays results in lag
I have no idea what I'm doing wrong here, but I have Unity Ads set up to play at a random interval when the "play" button is pressed. When that happens, the game freezes for a half second, plays the ...
0
votes
1
answer
88
views
Unity Ads. Is the Ad.show placementId parameter used anymore?
I started a project a long time ago with the Unity ad api v1, now that they have moved onto Advert api v2 i'm wondering if they still use the placementId parameter.
I'm only wondering this because ...