How to add multiplatform ads
Hi, I need to add multiplatform ads for Android, iOS, Web and Facebook. Is there any way adding ads in these patforms? I know that Unity Ads not support Web/Facebook. Thanks in advance.
View ArticleRender issue with Unity and Amazon Underground Ad overlay
Hello! Our game just went live on Amazon Underground and there appears to be an issue when an ad is served before Unity has a chance to start rendering the game. If the ad overlay is launched before...
View ArticleUnity switches scenes when Ad is closed.
I have the following code in a scene. void OnGUI() { DoAdvertisement(); } private void DoAdvertisement() { if (ShowAdvertisement && Advertisement.IsReady()) { var ran = _Random.Next(0, 100);...
View ArticleHow to put a simple banner ad on google play for free
![alt text][1]Hi Id like to start monetizing an app I have on google play. Thinking of just showing a banner at the start menu. When looking at unity ads, I can only find tutorials that would show how...
View ArticleHeyzap integration
Hello. I'm trying to integrate HeyZap into my project but their Unity SDK 10 doesn't seem to find the third party SDKs that I've added to unity project. I followed their guide step by step(obviously...
View ArticleFailed to re - package resources Unity 5.4.3f1
Help! Can't build project after trying to use Unity-Admob-master Full MSG Error: CommandInvokationFailure: Failed to re - package resources. LICENSE SYSTEM [20161128 18:15:49] No start/stop license...
View ArticleI can't add google play store id to my game, any help ?
Hello. I use Unity Ads in my game, and i published that game, and in unity ads admin i cant add to this project the play store id. The ID has some capital letter maybe thats the problem ?
View ArticleChartboost didCompleteRewardedVideo event not working
Hey guys, I am showing a rewarded video to players in exchange for some coins in the game I am working on and I am trying to find out when the video finished. I am using this to display the video and...
View ArticleGetting Int value from script to other script
hi i need to get int value from my script Score.cs to Planemovement.cs. in score.cs its called static int score and it equals to 0 at beginning but raises during the game. if the number is >= 10 it...
View ArticleUnity Ad shows twice?
Hi i have a game that displays an add when has gotten over 10 points and dies. a weird bug appeared. After getting 10 points and dying the ad will display like normally and then after closing it,...
View ArticleUnity Rewarded Video Problem
Hello, I have implemented the reward videos in the game and they are working fine. The issue I am facing is that I am not able to Link the game to the playstore in unity ads dashboard. When I click Add...
View ArticleHow to show ads in unity 5.5
Well my game is almost complete now . Just one thing left is how to show ads, so i watched this video [link text][1] [1]: https://www.youtube.com/watch?v=MNdJ0KWlYPw But it shows how to show ads from...
View ArticleUsing Advertisement crashes with Android build with IL2CPP on Unity 5.5.0f3
Using Unity 5.5.0f3 it's not possible to build a project with the Unity Ads Service with IL2CPP on Android. Create a new project, enable Unity Ads Service. Attack the Simple code sample script to the...
View ArticleWhy can not I show banner with Google AdMob FireBase Unity Plugin ?
0 down vote favorite I try to show banner with code used in example at this link: https://firebase.google.com/docs/admob/unity/start Code: string id = "ca-app-pub-6558685611970079/2868828748";...
View ArticleUnity Ads GameID??
Hello! What's this "GameID" in the advanced tab of Unity Ads? ![alt text][1] [1]: /storage/temp/83997-untitled.png
View ArticleUnity ads strange problem
Hello forum, I've been searching all night for someone who's encountered the same issue as me here but I haven't found anybody so I'll post my problem. Short version - ads show the first time when...
View ArticleUnity ads sometimes not ready for players
Hi there, so I've a couple of thousand daily players on my app and some repeatedly report to me, that after a while of playing, they don't get ads anymore. I've rewarded-videos set up and it definitely...
View ArticleiOS Build crashing dyld: Symbol not found
Hey! I'm building my first game for iOS using Unity. I've made and published a few games on Android. iOS is a little trickier, it seems. I generated the xCode project, build it, and it builds fine and...
View ArticleUnity Built in Android Ads
Hello My last couple apps did not sell very well, so I am trying a different strategy, a free game but with ads. I used the built in services window, but when i tested the game, I did not see any ads....
View ArticleWhat are the basic needs for creating unity ads for unity game?
Hi Team, I want to create a unity small mobile game in that game I want to place unity ads. For example if I click one button ad should popup and after watching that ad video I should give the user...
View Article