Reliable way to track remaining advertisement videos?
Hello, as most of us know, the player can watch **25** advertisement videos daily. The question is how do i keep track of them in a reliable way? Someone suggested that i keep an integer that increases...
View Articlecan´t build my game!
hello friends! I cant build my game becouse of a confict of repeated libraries I think, Im trying to fix it, but the truth is I dont undestand the message enought to find the culprit . this is my...
View ArticleI am using admob with unity. But the ads are not getting loaded. My script is...
float time; private InterstitialAd interstitialAd; // Use this for initialization void Start () { interstitialAd = new InterstitialAd("xxxxxx"); LoadAd(); time = Time.time + 30; } void LoadAd() {...
View ArticleAndroidmanifest for ads
Hi I just wanted to use Appnext ads in my Unity game and the document tells to edit Androidmanifest.xml but I don't where it is in my Unity project. How can I find that? Thanks if someone helps.
View ArticleAssets/Scripts/Board.cs(2914,17): error CS0103: The name `Advertisement' does...
Hey I'm trying to get unity ads to work in my new project I'm getting: Assets/Scripts/Board.cs(2914,17): error CS0103: The name `Advertisement' does not exist in the current context I have ads enabled...
View ArticleMy admob interstitial ads only shows once
I have ad script attached to the scene where I want to display the ad (game over part) so when I display the ad it only shows once, when i play the game again the ad doesn't appear at the game over...
View Articlekeystore error while building after SKD update
I have update my project on unity latest version but the previous version of my project is on unity 5.3.5 but after updating i am getting and issue while building apk it say the keystore password or...
View ArticleAndroid app shows only test ads
Hi! I am trying to display some real ads inside my android game. The problem is, that every ad is test ad, and I don't have any idea what I am doing wrong. I have read about the problem, set up...
View ArticleHow do i play an ad every third time i press an button?
The title says it all, how do i play an ad every third time i press an button?
View ArticleUnity Ads Stop Playing On Mobile
Hi There, I am using Unity 5.6 with Unity's build in Ads Service. I am consistently running into the issue that when I publish my build on iOS, the ads will trigger and play perfectly fine a handful of...
View ArticleUnity 5.6 - Why wont the Unity Ads Appear On The Android Device?
- There is internet on device - The ad stuff is setup on Unity ads on their site - Unity ads are checked in Unity Is there something I am missing, the ad thing appears in the editor saying it is...
View Articletesting the rewarded video unity ads
Below i am giving the codes for my unity ads script. i have made "life" as text in my scene which records the number of lives my player has. irrespective of the number of lives he might have i want to...
View Articlegoogle ads not showing on ios
help plz....i am on unity version 5.6.2f1 and google ad plugin 3.7.1, i have copy pasted exact code as in the developer guide:- private void RequestBanner() { #if UNITY_EDITOR string adUnitId =...
View ArticleWhen and where does unity ADS load video
I'm using Unity Ads and I want to have full memory control in my app. So, i've got a question about how Unity Ads works with memory? I gues that's work like this: - When I start my app, Unity Ads...
View ArticleAdmob crashes game on initialize (IOS)
Hello, i am porting my game to iOS, but unfortunately admob crashes my game on initialisation: UnloadTime: 3.041708 ms 2017-10-15 10:43:46.271445+0100 constructioncity2[581:88540] Uncaught exception:...
View Articlehow to add banner in game unity ads?
how to add banner in game unity ads? in all scene?
View ArticleWhat exacly determines your eCPM
So I was wondering in unity ads what determines your eCPM, is it the percentage of ads that are fully watched or is it the amount of people that click through to the link at the end, or a mix of both.
View ArticleUnable to merge manifests - Admob
I'm just adding the ads in my game because I finished it. I was following this tutorial: https://www.youtube.com/watch?v=khlROw-PfNE because it's the first time that I use Google Admob, I followed the...
View ArticleUnity ads initialize error
I can not find this error on internet in ads context so i will show my problem here. i get this error: > MissingMethodException: Method not> found:> 'UnityEngine.Texture2D.LoadImage'.>...
View ArticleReward video placement is always `NoFill`
When preparing to show a reward video, I'm constantly getting `PlacementState.NoFill` for the following: `Advertisement.GetPlacementState("rewardedVideo")` Does this mean that there are no video ads...
View Article