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 :
Admob - interstitial doesnt work.
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):
- using GoogleMobileAds.Api;
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- public bool showint;
- // Use this for initialization
- RequestInterstitialAds ();...