I can’t find any detail on this and Im getting an error that ‘Advertisement’ does not contain a definition for ‘Banner’ and when checking this, it doesn’t. In Package Manager, I can see that my Ads package is up-to-date. I’m using Unity 2018.4, and I believe banners were only introduced in 2019, hence me wondering whats happening here. Thoughts?
Banner Ads are supported in unity 2018 however the Ads/Advertisement Package needed to be updated from 2.x.x. to something more recent like 3.4.x (trying 3.4.7 seemed to introduce more errors so I settled on 3.4.2). Strangely, the banner ad defaulted to the top left on my portrait app UI, so I had to set it in code to be bottom center (which is supposed to be the default). Ah, Unity adventures!