How to implement an ad network?
Hello everyone, I almost finished the development of my first and then, i tried to test implementing ads. Since there are tons of ad networks i chose one to start (Heyzap). After reading their...
View ArticleMobile Ads Frameworks that support unity
Hi I looked into the forums for some sort of list but all I found is a specific answer for a specific ads network. What I am looking for is a list of all(Or at list most) mobile ad Networks(AdMob,...
View ArticleProblem lerping between two rotations with mouselook
I'm currently trying to make a camera script that moves & rotates the camera to the target transforms rotation & position over time, whilst still 'working' with both the mouse look scripts on...
View ArticleStartApp integration
I'm getting this manifest error when building: Error building Player: XmlException: attribute values cannot contain '<'...
View ArticleiAds fallback to admob
Using the doc as a start : http://docs.unity3d.com/ScriptReference/ADBannerView.html private ADBannerView banner = null; void Start() { banner = new ADBannerView(ADBannerView.Type.Banner,...
View ArticleUnity ads Crashe on mobile
Hi, We have just built our unity game with the unity ad sdk. everything worked fine until it tried bufferinf the ad. The device crashed whe buffering for video ads and it quits the app has anybody else...
View ArticleUnity Ads (Pictures)
I implemented the Unity Ads from the AssetStore some days ago, everything works fine apart from the Picture ads which seem to be only showing one ad. Apart from that, the ad is completely click through...
View ArticleIssue with ads on iPhone 6 and 6+
Hi, My Google Admob ads and Chartboost Ads doesn't work on iPhone 6 and 6+ Anybody have the same issue ? Thanks
View ArticleUnity ads, play an ad in the Start function?
I am using Unity ads and it seems I can only get the ads to run in the Update() function, this keeps playing over and over and doesn't allow enough time between ads for me to carry on with the game. I...
View ArticleChartboost 5.0 plugin ios intergration
I am trying to set up chartboost in my app(first unity app). I am using 5.0 plugin. I have set up the appid bit and i have called showInterstitial(CBLocation.Default);, it is not showing any ads. In...
View ArticleWhy is our framerate hurt by adding in ads?
We implemented some Lifestreet ads in our Facebook Unity3d game. After doing so we see a big drop in our framerate. They look like simple animated ads and they run some Flash code and are in separate...
View ArticleThe type or namespace name `GoogleMobileAds' could not be found. Are you...
Is anyone else having trouble importing this? https://github.com/googleads/googleads-mobile-plugins I have done this multiple times, followed multiple tutorials.. What am i forgetting to do. I added...
View ArticleException on StartAppWapper.loadAd
Hello , I just implemented StartApp Ads to my games. But it shows JNI: Init'd AndroidJavaClass with null ptr! StartAppWrapper.loadAd(); and I'm not able to run my code in editor mode .It works fine in...
View ArticleAdmob Ads shown only after second request
Hi, I'm using a Admob plugin (https://github.com/nabrozidhs/unity_admob_android) and I am able to show banners and interstitials but I have a problem : The banners are shown only after a second...
View ArticleChartboost check interstitial has been closed
Hi all, To try and keep this simple, we have a game where when the player dies an interstitial will appear and we would like to find a way to check when the interstitial has been closed and then from...
View ArticleRevMob iOS ads not showing
Hi. I integrated the RevMob Unity plugin. Everything works great on Android. This is what i have done: 1. Followed the steps here: http://sdk.revmobmobileadnetwork.com/unity.html 2. Created an iOS app...
View ArticleWebplayer game ads
Hi! I am planning on making a small game and I want to have ads in it so I can get some money from it. I want to make a game to webplayer and not a phone since I am not a fan of phones. Long story. I...
View ArticleUnity ads problem for mobile
Hello everyone, I'm using the Unity plugin for Circus (Unity ads) I put the script when the game starts. The problem is that if the text on the computer is working properly. It makes me see what it...
View ArticleChartboost delegate not working on 2nd scene load
So I import Chartboost and it's working in the device it displays ads. But I had a problem when touch goes through impressions so I tried to listen to the correct events and disable touch when an ad is...
View ArticleUsing Ad plugins on Android leads to extra crashes
Is there any Ad plugin that doesn't require you to use Android native plugins that are stored in .jar files ? Crashes happen randomly. Sometimes during opening or closing the application, sometimes...
View Article