- Home /
How to add MoPub Interstitial ads between levels?
Hello guys,
I'm trying to integrate an advertising network (MoPub) to my game and I want this ad to show after each level, but I couldn't, so what should I do? I have integrated the MoPub SDK to my game via the MoPub Unity Plug-in as described in this link *https://github.com/mopub/mopub-unity-android-plugin* but I couldn't figure out how what to do to make the ad shows after each level SO Should I create a scene that appear after each level? or I can control this by code? if by code please tell me how
am new to Unity and to game development, so please be as clear as possible.
Thank you.
What exactly is your problem? Did you write any code and got errors? Wrote code but didn't get and results?
No, my problem is that I don't know what to do, all I could've done is applying SD$$anonymous$$ integration as shown in the link.
I'm not a $$anonymous$$oPub expert, but I think their Unity API mirrors their regular (Java/Objective C) API, which isn't that complicated. You do have to find or make places in your game scripts to call that API, of course.
Take a look at this: https://dev.twitter.com/mopub/unity#Interstitials
Your answer
Follow this Question
Related Questions
A few questions here regarding AI 2 Answers
what is vector3 in unity, and why we used it... 3 Answers
Simultaneous Multi-Touch Problem in Truck Parking Like Game 0 Answers
Spline Work-Around. Joints? 0 Answers
Method to divide a a map into 3d spaces 0 Answers