Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

and suddenly the editor spits out errors (855411)

Discussion in '5.5 Beta' started by laurentlavigne, Nov 28, 2016.

  1. laurentlavigne

    laurentlavigne

    Joined:
    Aug 16, 2012
    Posts:
    6,362
    Just happened, no idea why.
    Starting with this one

    Code (CSharp):
    1. error CS1704: An assembly with the same name `UnityEngine.UI' has already been imported. Consider removing one of the references or sign the assembly
    2. /Applications/Unity 5.5 navmesh/Unity navmesh.app/Contents/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll (Location of the symbol related to previous error)
    3. /Applications/Unity 5.5 navmesh/Unity navmesh.app/Contents/UnityExtensions/Unity/GUISystem/Standalone/UnityEngine.UI.dll (Location of the symbol related to previous error)
    4. error CS1704: An assembly with the same name `UnityEngine.Networking' has already been imported. Consider removing one of the references or sign the assembly
    5. /Applications/Unity 5.5 navmesh/Unity navmesh.app/Contents/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll (Location of the symbol related to previous error)
    6. /Applications/Unity 5.5 navmesh/Unity navmesh.app/Contents/UnityExtensions/Unity/Networking/Standalone/UnityEngine.Networking.dll (Location of the symbol related to previous error)
    7. error CS1704: An assembly with the same name `UnityEngine.HoloLens' has already been imported. Consider removing one of the references or sign the assembly
    8. /Applications/Unity 5.5 navmesh/Unity navmesh.app/Contents/UnityExtensions/Unity/UnityHoloLens/Runtime/UnityEngine.HoloLens.dll (Location of the symbol related to previous error)
    9. /Applications/Unity 5.5 navmesh/Unity navmesh.app/Contents/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll (Location of the symbol related to previous error)
    10.  
    11. Compilation failed: 3 error(s), 0 warnings
    12.  
     
  2. michaeldwan

    michaeldwan

    Joined:
    Oct 27, 2016
    Posts:
    1
    1. Close Unity
    2. Delete the Library, Temp, and obj directories
    3. Reopen Unity, it'll automatically rebuild scripts and that error should go away