Questions tagged [unityads]

Unity Ads is a games-only video ad network for iOS and Android that can be used to monetize an existing player base and gain new players through ad campaigns.

Useful links:

121 questions
0
votes
1 answer

Unity Ads 2.0 Eclipse Library

I am trying to get UnityAds 2.0 Library in one of my eclipse Project. I have imported Project from here https://github.com/Unity-Technologies/unity-ads-android. I have solved other errors in project but I am still getting two errors in my project…
Jiya Khan
  • 1
  • 3
0
votes
1 answer

LibGDX & Unity Ads. R$layout class not found exception. Intellij Idea

That's what I did in the Intellij IDEA to link the Unity-ads into my project: Added the following strings to the "android" section of build.gradle file: dependencies { compile files("libs/unity-ads.jar") } Pressed the Ctrl+Alt+Shift+S, went to…
Gtzzy
  • 519
  • 4
  • 18
0
votes
2 answers

InterstitialAds in Unity

I have this code for InterstitialAds in Unity and I want to start this fullscreen ads everytime, when level is closing and new level is starting, so I use OnDestroy function, but when I must call interstitial.destroy(); ? Between: Is the code right…
user5790809
0
votes
1 answer

Unity Ads install tracking

I am trying to add installs tracking with Unity Ads. But there is no official documentation how to do it. I suppose it's possible because i did it for other ad notworks such as AppLovin, AdColony and another. I found documentation only for iOS.…
YTerle
  • 2,606
  • 6
  • 24
  • 40
0
votes
1 answer

Unity Ads not showing rewarded ads

I have set up Admob in my unity game and I'm using unity ads as meditation for rewarded video. Problem is that rewarded video is not showing at all. If I go to unity ads dashboard and set VIDEO as default then it shows VIDEO. If I go and set…
Ibrahim
  • 1
  • 4
0
votes
1 answer

Unity Ads not working?

I have recently implemented Unity Ads into my android game, but it does not appear to be working. I have code that checks if and ad is ready, and if it is, enables a button to show an ad. When i launch my game on my device, the button is never…
Alex Boullé
  • 431
  • 5
  • 17
-1
votes
1 answer

Game rejected by Google due to Singular SDK

I just send a new version of my game but this message from Google Your app is using the Singular SDK which collects but may not be limited to Android ID and Advertising ID identifiers. Persistent device identifiers may not be linked to other…
Teddy Kossoko
  • 1,168
  • 3
  • 20
  • 48
-1
votes
1 answer

How Can I Resize A Banner ID In Unity?

When I tried to add a banner Ad in Unity it is showing way too small. Is there any way to resize it?
Eshaan Singh
  • 1
  • 1
  • 1
-1
votes
1 answer

Unity test ads aren't showing

I am working on adding unity advertisements to my android game. I am following a out dated unity tutorial by unity. My problem is that when i want to get "unity's 2D test ads on android" they don't show up on computer or Remote 5 What is my code…
-1
votes
1 answer

why such an error occurs unity monetization

I added unity monetization package then I write this script: using UnityEngine; using UnityEngine.Advertisements; public class ADSSSS : MonoBehaviour { private void Start() { Advertisement.Initialize("my google play ID", false); …
-1
votes
1 answer

Can I display ads out of the ad manager?

Hi Everyone, I'm kinda new to unity so please don't bully me, so my question is simple can I display ads out of the ad manager because I want in each case something to happen like in some cases when an ad is skipped or fully watched a level loads up…
-1
votes
1 answer

Is it okay to use multiple AD network at the same time without mediation?

I have an Android App which already has Google AdMob integrated in it, however lately i have been considering adding Unity ADS to my app as well, because Unity ADS has CPCV, which Google AdMob doesn't have, I don't want to add Unity ADS as mediation…
-1
votes
1 answer

Is it possible to eneble admob ads after certain downloads only?

I am developing an Android app in which I would be adding admob ads. I want to first make a good userbase so is it possible to enable advertising manually after my app has reached certain downloads? I don't want to show ads until some amount of…
-2
votes
2 answers

How To Make An Ad Removal In a Unity game

Asking for help with how to make an ad removal service in a mobile game I have searched on youtube and they are nothing on how to make an ad removal.
EC 97
  • 11
  • 1
-3
votes
1 answer

How can I see the actual code used in a C# library?

I want the actual code used in a library called: using UnityEngine.Advertisements; to see But when I press Ctrl+Enter on it Only the methods are defined and not their codes like: public static void Initialize(string gameId, bool…
Matin
  • 3
  • 2
1 2 3
8
9