Return last version unity ads(3.4.2.0)

Hello, I today (08/06/2020) Updated unity ads with the version “3.4.6.0”. Now I get such errors:

1.Assets \ Scripts \ DeadADS.cs (11,13): error CS0433: The type ‘Advertisement’ exists in both ‘UnityEngine.Advertisements.Editor, Version = 3.4.6.0, Culture = neutral, PublicKeyToken = null’ and 'UnityEngine .Advertisements, Version = 3.4.2.0, Culture = neutral, PublicKeyToken = null ’

2.Library \ PackageCache \ com.unity.ads@3.4.5 \ Runtime \ Monetization \ MonetizationPlatform.cs (33.17): error CS0433: The type ‘UnityLifecycleManager’ exists in both 'UnityEngine.Advertisements.Editor, Version = 3.4 .6.0, Culture = neutral, PublicKeyToken = null ‘and’ UnityEngine.Advertisements, Version = 3.4.2.0, Culture = neutral, PublicKeyToken = null ’
.
3.GUID [a57001d8537db4c53baadfb9b6737e1f] for asset ‘Packages / com.unity.ads / Editor / Resources / Landscape.png’ conflicts with:
‘Assets / Editor / Resources / Landscape.png’ (current owner)
We can’t assign a new GUID because the asset is in an immutable folder. The asset will be ignored.

And the error at number “3” constantly swears at anything.

And I would preferably need to roll back unity ads to version “3.4.2.0” But, I don’t know how. Help me please.

.Assets \ Scripts \ DeadADS.cs (11,13): error CS0433: The type ‘Advertisement’ exists in both ‘UnityEngine.Advertisements.Editor, Version = 3.4.6.0, Culture = neutral, PublicKeyToken = null’ and 'UnityEngine .Advertisements, Version = 3.4.2.0, Culture = neutral, PublicKeyToken = null ’

This usually occurs when you have 2 copies of unity advertisements in your code base. How did you update to 3.4.6? was it via package manager or the asset store? Typically this occurs when you delete the UnityAds folder but forget to delete the android and ios plugins from the plugins folder and then update via package manager.

Hi, well, actually. This project was created anew, and I threw the “Assets” folder into the folder with this project from the old project, because it was not displayed on the Dashboard. And threw everything from the “Assets” folder except unity ads. Well, such an error now crashes. Would you answer? You are welcome. Thanks in advance.
P.S: If, that I am Russian, therefore I write poorly in English. But I understand him. Waiting for help:>

;-;

Help me please

try removing the Advertisements package from your package manager , same thing just happened to me and that fixed the problem just fine .
hope this works for you

3 Likes

thanks!

Thank you so Much!

We need the advertisement Package, and have the same error. I uninstalled the advertisement package and reinstalled it. But the error exists. I can’t find any entry in the code with the older version. What to do now to fix the problem ?

O.K. got it, the version from the package manager isn’t needed, because in my code the version from the asset store was first in my project. So after removing the package manager advertisement the problem ist solved. But i have to go with the old asset store version i think.