How do you locate duplicate files causing a DEX export error?
So, I added the unity ad package, and now am getting a DEX error when exporting. I am wondering how people are able to figure out the duplicate files/code from the error message so I can solve this...
View ArticleError when building Game
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x00234] in...
View ArticleAudiance network admob and facebook sdk, build problem
Hello everyone, I'm working on a game, and for the sake of testing i created a new projet and added audiance network sdk with Facebook sdk, but the build doesn't work, and i don't find any answers from...
View ArticleIOS Build Error (Copying file failed)
Good day everyone, When I build the game for android it works fine. I used the same code for IOS after downloading Xcode. However, when I click build after I choose IOS devices I keep getting the...
View Articlead question
![alt text][1] [1]: /storage/temp/133006-question.png at the bottom in the console it says load ad and stuff. does that mean if my app was on the play or appstore an add would be shown from google...
View ArticleHow to fix xcode banner position error (unity ads)
Unity 2018.2.0 and Unity Monetization 3.0.1 Plugin, after export to xcode, there is some error with banner. I don't even use banner in my game. How to fix it? ![alt text][1] [1]:...
View ArticleTime.deltaTime not working?
Hello I am trying to make an aim down sights script and I was going off an online tutorial. For some reason when I do 10 * Time.deltaTime, it seems to only move the gun 10 frames towards my end...
View ArticleAds Mediation help !!! is scripting Required or not.
i am using admob interstitial in my games.The impression are good but eCPM is very low.i think thats the position where concept of mediation comes in:) But i don't know how to do this.is it just the...
View ArticleHow to add pause screen with buttons
I have recently finished the unity official youtube flappy bird tutorial. I want to give user the option that, after striking one of the columns he can watch a reward video and continue with his score....
View Articlei cant get ads to work on my game, can you help me
im trying to ad ads into my game but, each time when i try to build the game with the ads on this error appears: CommandInvokationFailure: Unable to convert classes into dex format....
View ArticleAds not working
I tried everything, but live ads are not working. Test ads work fine and I made new ad units and tried again and it still does not work. On adMob in App overview I can see there are some requests, but...
View ArticleAdvertisement.IsReady(). my button's interactable is always false
I just want to make this; if an ad is ready to show than user should be available to click this button but this code doesn't make that happen. Please share your knowledge void Start() {...
View ArticleUnity ads , can't we show video by clicking a button?
this watch it is the method that i assigned to my button and it show the ads but it doesn't do anything from handleresult. game just keeps running, after finishing the video it should destroy the...
View ArticleUnity Admob not showing production ads
Hello, I have been searching all over the interweb for a solution, but cannot find any. So I decided to try my luck here and see if anyone can help me fix my issue. I am using AdMob in Unity and got...
View ArticleGameObject.Destroy(gameObject) does not destroy capsules
In this script when player and capsule or cubes touches they gotta be destroyed. code destroys cubes but it doesn't work for capsules, any idea? public void HandleAdResult(ShowResult result) { switch...
View Articlemultiple objects with same script, how to destroy one of them ?
this is the idea: there are many cubes with same script , this script destroys player and makes it respawn. i want to ask user to keep going if they watch a rewarded video so i made a panel and added...
View Articlemultiple objects with same script, how to destroy one of them ?
this is the idea: there are many cubes with same script , this script destroys player and makes it respawn. i want to ask user to keep going if they watch a rewarded video so i made a panel and added...
View ArticleManage Game Music At Fullscreen Ad Display Time
I have used AppLovin Ad Network to display fullscreen ads within the game. So I want to turn off game music when fullscreen ad displayed and again turn on game music when fullscreen ad closed by the...
View ArticleRewarded video ads rewarding player too much
using UnityEngine; using System; using GoogleMobileAds.Api; using UnityEngine.UI; public class ReklamRewardedVideo1 : MonoBehaviour { public Button reklamButton; private int gemsReklam; void Start() {...
View ArticleUnity AdMob - Ads showing only on some devices
I just added AdMob to my Unity Game but there are some devices that it doesn't show up any ads and some devices that display only some ads. On the Samsung Galaxy S7, Cubot X15 and Google Nexus 5 all...
View Article