Exemplo n.º 1
0
 private void ShowInterstitial()
 {
     if (this.interstitial.IsLoaded())
     {
         this.interstitial.Show();
         LoadSceneManager.GoToNewbie();
     }
     else
     {
         MonoBehaviour.print("Interstitial is not ready yet");
     }
 }