Search code examples
unity-game-engineinitializationads

How to disable automatic initialization of Unity Advertisements?


I would like to have manual initialization of Advertisements so that I initialize them only when I want them to be shown. I want to avoid unnecessary fetching of Ads. Please guide.


Solution

  • As it turns out when you enable Ads from editor's built in services, you have no control over it's initialization. I downloaded the Ads SDK from Asset store, everything seems fine now.