Hi there, i was just looking for implementing native ads into our upcoming word puzzle game, as Google’s Admob native ads are still in beta, we tried to implement native ads provided by Audience Network Facebook service.
Downloaded SDK for untiy, made custom c# class for calling and showing native ads inside category select level sections, everything just works like a charm!
Category select buttons positioned vertically inside a “CategoriesList” gameobject that has a component “VerticalLayoutGroup” and this gameobject is the Content for ScrollRect component. Scrolling with buttons works pretty well, and even native banner also scrolls well. The problem is native banner’s ad icon is fixed, not scrolling at all.
https://www.youtube.com/watch?v=KqYEtESJ6Ok
I don’t know what causes it exactly, if anyone of you has met this kind of problem in the past or has a solution for the problem, please leave comment, I will really appreciate that!. Thanks in advance!