Quantcast
Channel: Unity Ads & User Acquisition
Viewing all articles
Browse latest Browse all 6164

Admob - interstitial doesnt work.

$
0
0
Hello,
im trying to add a google interstitial at my project but somehow it doesnt show up.
Banners showing up without a problem,but for test purposes i deactivted the banner.


Test script attached on my main camera :

Code (csharp):
  1.  
  2.  
  3. using GoogleMobileAds.Api;
  4. using System.Collections;
  5. using System.Collections.Generic;
  6. using UnityEngine;
  7.  
  8. public class AdScript : MonoBehaviour {
  9.  
  10.     public bool showint;
  11.     // Use this for initialization
  12.     void Start () {
  13.         RequestInterstitialAds ();...
Admob - interstitial doesnt work.

Viewing all articles
Browse latest Browse all 6164