Search Unity

Found plugins with same names, and . Delete the one of the duplicate plugins.

Discussion in 'Editor & General Support' started by Nomadjackalope, Aug 20, 2019.

  1. Nomadjackalope

    Nomadjackalope

    Joined:
    Jul 12, 2016
    Posts:
    16
    Error: Found plugins with same names, and . Delete the one of the duplicate plugins.
    Error: Plugins colliding with each other.

    It's hard to find the plugins when they don't have names.

    I get this error after upgrading to Unity 2019.2 from 2018.2. My build for Android does not succeed anymore. It still works for WebGL. This happened on two projects. One happened to work during the following attempts to resolve the issue but I didn't know where

    I have removed all the plugins except Unity UI and commented out code related to them.
    I switched platforms and attempted to Build. WebGL and PC-Mac-Linux-Standalone work, Android does not.
    I changed the scripting backend from Mono to IL2CPP
    I tried .NET 4.x and .NET Standard 2.0
    Help>Reset Packages to Default

    My last resort would be to remake the project as a new Unity Project.

    What can I try before remaking the project?
     
  2. Nomadjackalope

    Nomadjackalope

    Joined:
    Jul 12, 2016
    Posts:
    16
    After trying more things I seem to have fixed the issue by reopening the project in 2018.2 and letting Unity convert it back then opening it again in 2019.2 and letting Unity convert it again.
     
  3. sohambliss

    sohambliss

    Joined:
    Jul 7, 2009
    Posts:
    10
    same error with unidentified plugins. this solution worked for me also.
     
  4. danielhayball_unity

    danielhayball_unity

    Joined:
    Dec 10, 2018
    Posts:
    1
    Thanks a lot for your idea, so simple. I don't know why is didn't think of trying that.
     
  5. adipatil3517

    adipatil3517

    Joined:
    May 11, 2017
    Posts:
    2
    It Worked thanks bro.
     
  6. dis-s

    dis-s

    Joined:
    Mar 25, 2013
    Posts:
    48
    I just "Reimport All" assets and it helped.