How to request for Unity Ads to load ads ?

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 ?

Our SDK automatically caches ads as soon as you initialize it. Therefore, you don’t need to manually trigger this :slight_smile:

1 Like