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
1
vote
3 answers

Unity Ads with Mediation causes Android builds to fail

When I install "Advertisement with Mediation (ver. 1.5.0)" in a project, I can no longer build for Android. This applies to new, empty projects as well as legacy projects. The following error message appears: “…It looks like there are a few files…
1
vote
1 answer

Phaser 3 with Unity Ads

I am trying to make a playable on Unity Ads using Phaser 3 but it seems that there are multiple specifications to use it, one of the Unity Ads specifications and as in their documentation "Advertisements should be designed not to need any network…
a_7md.f
  • 33
  • 3
1
vote
1 answer

Banner Ads shows after reload scene

In my project, the banner opens after the scene is reloaded, everything seems to be in order in the editor. Everything works fine in the editor, I checked it, but it’s only worth building the project on Android, it doesn’t work there normally. It…
Young Frog
  • 11
  • 3
1
vote
0 answers

unity ads not showing

My Unity Ads in test mode Not Showing I thought was in my code but it wasn't when i get game id from youtube video it worked should unity test ads work with game id after days or after i make it My Cdoe public void PlayAd() { Debug.Log(gameId); …
1
vote
1 answer

How to show another activity after a Unity Ads interstitial?

I hope you can help me, I am starting with UnityAds, I have an application on Android Studio (Java) where the SplashActivity has a button. What I want is that, after pressing the button, the UnityAds interstitial is shown and when the ad ends, the…
1
vote
0 answers

The gameobject has been destroyed but you are still trying to access it

I am trying to make a unity ad so that when the player loses, he can watch an ad to continue. However, when i change scenes and try to watch the ad again, it shows the gameobject which is the HeartMenu.SetActive(false) has been destroyed but you are…
Jerry
  • 21
  • 4
1
vote
1 answer

Using Unity Ads Cordova Plugin in Capacitor

I would like to use com-artemisoftnian-plugins-unityads3 Cordova plugin inside my Capacitor app. As you know that plugin is not one of Ionic Native plugins. I added plugin name to capacitor.config.ts. cordova:{ staticPlugins:[ …
1
vote
1 answer

Unity Ads and Google Play Billing Library

I switched from AdMob to UnityAds and now my game crashes after a player tries to buy something. java.lang.RuntimeException: Error receiving broadcast Intent { act=com.android.vending.billing.PURCHASES_UPDATED flg=0x10 pkg=ru.elvale.amfus (has…
Asidert
  • 131
  • 5
1
vote
1 answer

Where do I find my game IDs for Unity Ads?

I was following a tutorial on YouTube and the game ID was shown in the ADS section of the Services tab. I cannot seem to find mine, however, in the screenshot below.
1
vote
1 answer

Do I need to publish my application on google playstore in order to integrate Unity Ads?

Do I have to publish my application on google playstore in order to integrate Unity Ads and earn revenue? or can I publish it in other platforms and get revenue as well. without google playstore?
1
vote
1 answer

Ads not working on the production build of android game

I made an android game. I added some ads on it with the test mode off and than I released the game to internal testers and the ads were working so than I fixed some issues in game and released the game for production on playstore. Now that the game…
1
vote
2 answers

How to trigger a function in a stateful widget from another class (when onUnityAdsFinish)?

I have a game screen in a stateful widget that includes a function that lets the player take a step back (undo the previous move). I would like to trigger this function when onUnityAdsFinish() runs from another widget. Here's the stateful widget on…
Derence
  • 408
  • 5
  • 18
1
vote
1 answer

Integrate unity ads error at the second play

I added Unity Ads to my project. At the first run at all works good and it show that an ad will show, but when I hit play the second time it give me this error MissingReferenceException: The object of type 'GameObject' has been destroyed but you…
Andrei
  • 23
  • 2
1
vote
0 answers

Why my test video ads not working on Android but working on editor?

The ads test running on the editor, but not after building to android. When in editor mode the test running like this Video ads as you can see the test mode also enable test mode on those services and the dashboard at Unity. I'm using Unity…
1
vote
1 answer

Unity test ads are showing up only in editor

In my case its seems like the unity's test ads are showing up only in editor. I dont see any test ads window in my device(Samsung S7). Anyone know fixes for this? I post the code here and I called the PlayInterstitialAd() methid when the game is…
Thisara
  • 644
  • 3
  • 11
  • 22
1
2
3
8 9