The type 'IronSourceMediationSettings' exists in both Assembly-CSharp & Unity.levelplay

How to solve this dll conflict or is this a bug ?

here is the full error I’m getting in console

Assets\IronSource\Editor\IronSourceMediationSettingsInspector.cs(4,22): error CS0433: The type 'IronSourceMediationSettings' exists in both 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and 'Unity.LevelPlay, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'

Did you manage to resolve this? I have the same issue :confused:

2 Likes

Rebuild whole project, export everything except ads related assets and dependencies. in a new project, import everything again. that was the only solution I found.