Search Unity

How to request for Unity Ads to load ads ?

Discussion in 'Unity Ads & User Acquisition' started by CoolCosmos, Oct 21, 2020.

  1. CoolCosmos

    CoolCosmos

    Joined:
    Nov 21, 2016
    Posts:
    247
    Hi there,

    I was using Google Admob. I now want to try Unity Ads. There's a method to request for admob to load ads at Start(). So it would request for ads and keep ads ready for me to use anytime. But i couldn't find this type of method in Unity Ads. How to do it ?
     
  2. kyle-unity

    kyle-unity

    Unity Technologies

    Joined:
    Jan 6, 2020
    Posts:
    336
    Our SDK automatically caches ads as soon as you initialize it. Therefore, you don't need to manually trigger this :)
     
    CoolCosmos likes this.