Hi there,
Anyone who successfully has ads working via admob? I have some issues with the integration, a little help would be appreciated.
Hi there,
Anyone who successfully has ads working via admob? I have some issues with the integration, a little help would be appreciated.
i have admob in both of my games on the android market and by far THE admob plugin to go to is the one made by the guys at Admob themselves!
https://github.com/googleads/googleads-mobile-plugins/tree/master/unity
Dont forget to copy the Google-play-services-lib folder into the plugins/android/ directory!
Also, the code they use on the readme is more than enough to get you up and running so just use those.
If you need to have platform specific AdUnitIDs use the #if stuff.
Good luck!
The one they make saus PRO required in the ReadMe which is why i didnt use it.
No its not…? I dont have Unity Pro and everything worked fine for me…
Requirements:
https://code.google.com/p/google-mobile-dev/source/browse/Android/README?repo=admob-unity-plugin
Unless im lookin at the wrong plugin…
Thanks for the reply, I will look into it and get back to you.
Thanks guys, the problem was due to the Google-play-services-lib folder I didn’t copy it to the Plugins folder.
that’s an older version… their new one is on github and it’s not called admob it’s called google-mobile-ads. ![]()
This plugin seems to work for a lot people and seems easy to use: Admob Unity Package that work with Unity 3.2 above - Unity Engine - Unity Discussions
I successfully has ads working via admob following Unity-Admob-Plugin