Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Bug AmbigousRefernece between UnityEditor and UnityEditor.CoreModule dlls

Discussion in '2020.2 Beta' started by JesOb, Jan 26, 2021.

  1. JesOb

    JesOb

    Joined:
    Sep 3, 2012
    Posts:
    1,071
    Updating to Unity 2020 lead to editor asmdefs can not compile because unity introduce AmbigousRefernece in almost all classes in Unity.Engine.CoreModule because they all present in UnityEditor too and both assemblies auto added to compilation of Editor asmdef

    How to resolve this?
     
    RequiGamer likes this.
  2. zhaozony

    zhaozony

    Joined:
    Jan 7, 2020
    Posts:
    27
    Same problem here. any solutions?
     
  3. JesOb

    JesOb

    Joined:
    Sep 3, 2012
    Posts:
    1,071
    Sorry dont remember what we do to resolve it
    may be full project reimport