Quantcast
Channel: Questions in topic: "ads"
Browsing all 1416 articles
Browse latest View live
↧

Call function only ones for show ad with if field

Hi i like to show unity video ad when player health is 0. So when i add show ad function in it then many ads start showing becuase this is added in update function. But i like to set ad show only ones...

View Article


new unity ads

Hey guys, having a hard time with the new sdk for unity. I downloaded the newest one but now i have a copy of the unity editor for ads. The problem i'm having is the default that is downloaded when you...

View Article


I don't understand this unity ads line

Hey guys, There's a new line of code i'm not familiar with and I can't seem to find an explanation for how it works. Here it is. #if UNITY_IOS private string gameID = "xxxxxxxx" #elif UNITY_ANDROID...

View Article

unity Banner is not shown when test mode is false on android studio

i have an issue with unity banner ads not shown when test mode false . onUnityBannerErrors i receive a message "Banner placement is not ready" i'm using android studio for showing banner test is...

View Article

Google Mobile Ads game hang on initialization...

Need help with Google Mobile Ads Unity Plugin. When I try to initialize at the Start method, the game just hangs on the android. MobileAds.Initialize (appId); in the unit everything is working fine:...

View Article


Facebook network banner ads in unity - any documentation/tutorials?

Hi, I thought I would try out fabook network ads in a new game we are working on. Although I have managed to find info regarding the sdk and importing it into unity (pretty straightforward) I can't...

View Article

Unity Ads don't work

Like the title says I can't get ads to work. Mostly nothing happens and if something happens the game restarts using System.Collections; using System.Collections.Generic; using...

View Article

how often is the unity ad ready?its a rewarded video ad which gives 1000 cash...

using UnityEngine.Advertisements; public class admanager : MonoBehaviour { private void Start() { if(!Advertisement.isInitialized) { Advertisement.Initialize("3009385"); } } public void showVideoAd() {...

View Article


how to do 2x score multiplier on a button with an ad i have a button wihich...

//this is my gameover panel script // using UnityEngine; using UnityEngine.UI; using System.Collections; public class HR_GameOverPanel : MonoBehaviour { public GameObject content; [Header("UI Texts On...

View Article


why admob not showing ads on my app

I am not getting an error I run ads with the given sample test id, but it doesn't work with my admob id I use genymotion emulator for testing I uploaded in the google play market ten days ago private...

View Article

My App crashes when I use the correct Game's Ads ID

Since I updated to *Unity 2018.3.2f1*, I only had problems. When I used the following code I **initialize the Ads** with the **correct game id** the app did fine in Editor but **once built and on the...

View Article

low ad impressions to requests ratio (fill rate?)

I have recently released a game on Google Play Store that was developed in Unity. All of my revenue is through ads. Yesterday, there were 191 Ad Requests, but there were only 24 Impressions. In...

View Article

Ads show up in editor but not during play test on iPhone

Hello, so my ad viewer script is on a button and when it's pressed, the ad shows up in my editor and says everything is working properly. When I build the game to my iPhone and test it on the device,...

View Article


how to use admob and gameplayservice both in one project

i making a game. i integrated admob and game play service but its not working properly. when run project in phone it is crash

View Article

can you receive payment if you're country doesn't use postal codes

I am trying to set up my payment method but it requires a postal code and my country doesn't use postal codes is there a solution to this or is it impossible for me to receive payment

View Article


Repeat admob interstitial

`enter code here`hi, i have succede in producing a code for show up an AdMob at the death of my player, but i can't get along with the fact that, if i tap "Play again" and make #Game 2 and i die the...

View Article

admob repeating infinit times can't stop

hi, i can't stop the ad interstitial showing up after first time, it continuos at infinity even in the debug it's going crazy, i'm trying to show up only on death of the player, it mean at "GAME OVER",...

View Article


Chartboost rewarded ad is crashing Unity Games?

Hi, Some of the chartboost rewarded ads are crashing unity games. It ask to interact while ads are playing, when we click on ads. It sometimes get into ANR or sometimes an immediate crash occurs....

View Article

google ads load in exchange for scene

Hi, recently i put a banner of google ads in my game menu, and when a touch in the button "play" exist one function for destroy the banner, but if i touch in play before the banner show up it's loaded...

View Article

Comparing time. Missing something?

This supposed to show ad after 30secs but it shows ad even if my player touches this obj at 6th sec and I really don't know why. void OnCollisionEnter(Collision obj) { t = Time.time; if...

View Article
Browsing all 1416 articles
Browse latest View live