- Home /
I have a problem putting ads
My problem is in putting ads for android. At the time of executing any announcement I miss two errors.
One of them is that I am missing a file from the inported package: C: \ Users \ User \ Desktop \ linan \ Library \ PackageCache \ com.unity.ads @ 2.3.1 \ Runtime \ UnityEngine.Advertisements.Editor.dll
that if I eliminate it, it is solved but I am not sure that I have to eliminate it.
and the second error that the console throws at me that I can not import the monetization package: The type or namespace name 'Monetization' does not exist in the namespace 'UnityEngine'
From what I read in some forums, it's because the ad package was not imported correctly. Nor do I know if it is normal to import only the android pack and for that reason can not use the UnityEngine.Monetization. I can not import everything completely.
Answer by Ryuuguu · Mar 15, 2019 at 11:52 PM
For me, upgrading ads in Package Manager (Window > Package Manager) to 3.0.2 worked. Edit: Removing the Ads (called Advertisement 2019.1 ) from PackageManger is what finally worked for me. This got me to build I can load on my android tablet. I have not tested ads completely yet.