Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Eror while implementing add in my Android game please help!!

I added the Unity Ads for the Android platform and the following error came up when building.

Library\PackageCache\com.unity.ads@3.4.4\Runtime\Monetization\AndroidPlacementContentOperations.cs(101,41): error CS0433: The type 'IUnityLifecycleManager' exists in both 'UnityEngine.Advertisements.Editor, Version=3.4.2.0, Culture=neutral, PublicKeyToken=null' and 'UnityEngine.Advertisements, Version=3.4.2.0, Culture=neutral, PublicKeyToken=null'

What is the error looking for? Is there a better way to do this?

Best Answer

  • ComradePinguComradePingu Member
    Accepted Answer

    Hi!

    I looked it up, this error usually occurs when you use outdated plugins. Try to update the Unity Ads.

Sign In or Register to comment.