Question by 
               lucaspessoalrodrigues · Sep 01, 2019 at 02:53 PM · 
                2d-platformerprogrammingunityads  
              
 
              Ad is not ready, why????
I have enabled unity ads but when i start the game it says in console, "Ad not ready", why?
 void Start()
 {
     PlayAd();
     if (instance == null)
         instance = this;
 }
 public void PlayAd()
 {
     if (Advertisement.IsReady(Id))
         Advertisement.Show(Id);
     else
         Debug.Log("Ad not ready");
 }
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                