admob and unity / crash
admob and unity / crash Everything is fine in the console, but it crashes on the smartphone when the ad is requested. InterstitialAd interstitial; public void RequestInterstitial() { string adUnitId = "from admob"; interstitial = new InterstitialAd(adUnitId); AdRequest request = new AdRequest.Builder().Build(); interstitial.LoadAd(request); } public void ShowInterstitial() { if (interstitial.IsLoaded()) { interstitial.Show(); } } void Start() { string appId = "from admob"; MobileAds.Initialize(appId); } Any error message, debugging records, description of your issue? Very low effort question imho. – Rawrplus Jul 1 at 21:11 @Rawrplus where i can take it – Moonwar Jul 2 at 0:25 ...