Unity Ads Just shows a white screen on Android
I am trying to run Unity Ads on Android. I have the app published to the store, and downloaded from there. I have initialized with test = false. When it is supposed to show an Ad, all I get is a white...
View ArticleCan I use Unity Ads without GooglePlayStore?
I am developing a game and I don't want to upload it on play store. If someone download the app from my website the ads will still work? If not can you suggest me some ads that will work.
View ArticleUnity ADs SDK?
Hi everyone, I'm new to using the **unity AD's feature** but I have them working in my game which will now be free. It's my first time coding Ad's and I'm using the built in...
View ArticleMonetize from Ad on Desktop game
I found many AdNetwork, but only for mobile. Are there any adnetwork work on Desktop and easy to integrate to Unity. Any help will be appreciated.
View ArticleUnity Ads (Editor Integration) Not working only on iOS
Hi all, Previously, I've had ads working on iPhone. I haven't changed the code, but for some reason I'm getting this error. This has apparently been an issue in 5.1, but was addressed and resolved by...
View Articleads 2.0 beta always same ads
hello i have follow the guide: http://unityads.unity3d.com/help/beta but when i try i always see this ads? ![alt text][1]![alt text][2] why????? can every one help me? it is normal because is beta??...
View ArticleCan I use ininal card for unity ads
I haven't a bank or paypal account Can I use ininal card for monetizing my game?
View ArticleChartboost ads never end. they loop!
Hi, i have a problem with chartboost. I included it a month ago in my first unity game and in test mode it worked like a charm but once i disabled test mode each time i call a chartboost ad it shows...
View ArticleHow do i get an ad cooldowner?
I want to have 1 hour cooldown between each time a person can watch an add and get a reward for it on my mobile game. This cooldown would work even when the app is be off. It would be okei if the...
View ArticleHow to make sure everything's working fine in Unity Ads?
Hi, i added the Unity Ads service, and made a rewarded video (with the ID of "rewardedVideo", the default one) play when the player clicks a button. And i wanted to make sure everything works fine,...
View ArticlePc ADS! :(
**Unity ads** does **Not support PC** ads, only Android and IOS **:(** I would like to have **Interstitial video** ads on PC platform Any alternative or something? (*Sorry my bad english*)
View Articleunity ads after google play publishing ??
i tested my app on my devices and in place of actual ads it just showed "unityads (test game )" advertisement wich ofcourse i wouldnt be paid for.....i just uploaded my app on google play ....now wat i...
View ArticleUnity3d banner ads
I have seen that Unity is busy making Unity ads capable for Android Studio and Swift etc, but wouldn't it be nice if they also made banner ads?
View ArticleGetting error on using Adduplex ads in Windows Phone
'WinAdsDemo.exe' (CoreCLR: DefaultDomain): Loaded 'C:\windows\system32\mscorlib.ni.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 'WinAdsDemo.exe'...
View ArticleUnity Ads problem (statistics stand still)
First of all, sorry for my english. I have a little problem with the ads in unity, i've check my statistics in the morning and now (18 hours later) they don't have change at all. I'm pretty sure other...
View ArticleAd Callback
Hi, I'm still learning stuff in Unity, and i wanted to know how to track an advertisement? I went through a lot of threads and didn't find anything, I think i should use a callback but I'm not sure how...
View ArticleWhat happens when the player reaches the ads limit of 25 ads per day per player?
Hello, What if the player reaches the maximum allowed ads per day for Unity Ads which is 25 (correct me if I'm wrong). In this case will *Advertisment.IsReady()* return *false* so that my game doesn't...
View ArticleUnity Ads Vs Unity Ads 2.0
I want to ask is there any difference in revenue by using new unity ads 2.0 as compare to unity ads https://www.assetstore.unity3d.com/en/#!/content/66123...
View ArticleUnity Ads not showing in editor (dummy ad placement is not showing too) as...
So this is not first time I've used Unity Ads, I've turned on **ADS** from **Services** window. Made an AdsManager class which looks like this: public class AdsManager : MonoBehaviour { public delegate...
View ArticleMy ad is not showing on my android device
this is my code if (col.gameObject.tag == "ball") { if (Advertisement.IsReady ()) { Advertisement.Show (); } if (_score.scoree > PlayerPrefs.GetFloat ("HighScore")) { PlayerPrefs.SetFloat...
View Article