Missing UnityEngine.Advertisements namespace

Hey, I wanted to add an ads to my game via the unity built-in ads extension. I have done that in the past and I did not have a problem with it, but now it seems to be broken, because i don’t really can add UnityEngine.Advertisements namespace, it’s not there. I have read that downloading and importing an Unity Ads asset from Asstet Store can fix that and it certainly did. But why does that happen? Will that be additional space taken for the project if I imported it again from Asset Store? Thanks for the replies, cheers!

There is an

using UnityEditor.Advertisements;

You’re not wrong, but UnityEditor.Advertisements is not responsible for playing and handling the ads, it only contains AdvertisementSettings class, when UnityEngine.Advertisements contains Advertisements class with method like Play()

https://unity3d.com/services/ads/quick-start-guide

The fact is that the namespace no longer exists; you should contact the support at the address mentioned in the start guide. :slight_smile: