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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Mono Upgrade 4.6 DLL problem

Discussion in 'Experimental Scripting Previews' started by Seto, Nov 10, 2017.

  1. Seto

    Seto

    Joined:
    Oct 10, 2010
    Posts:
    243
    I have to place all the dll in the same folder in the project if one dll depends on the others.
    Or it doesn't find the others.
    Why?
    I can't place them in different folders in the project.
     
  2. Seto

    Seto

    Joined:
    Oct 10, 2010
    Posts:
    243
    I try with the exact version of Microsoft.Extensions.Logging. But when I building the player, the exception is thrown.
     
  3. M_R

    M_R

    Joined:
    Apr 15, 2015
    Posts:
    559
    is your library targeting .net standard? Unity does not support that yet.
    try with a version built against .net framework 4.6
     
  4. Seto

    Seto

    Joined:
    Oct 10, 2010
    Posts:
    243
  5. Seto

    Seto

    Joined:
    Oct 10, 2010
    Posts:
    243
    You can find the post above.
    I changed the version of Microsoft.Extensions.Logging.
    It doesn't referenced netstandard anymore.
    But it reference System.Runtime.
    Ok. I just delete the post about the version reference netstandard.
     
  6. M_R

    M_R

    Joined:
    Apr 15, 2015
    Posts:
    559
    System.Runtime is part of net standard
    net framework should reference mscorlib