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. Dismiss Notice

DLL not found with standalone app but works fine in editor

Discussion in 'Windows' started by shebiao, Mar 2, 2016.

  1. Sab_Rango

    Sab_Rango

    Joined:
    Aug 30, 2019
    Posts:
    121
    I was able to fix this the missing condition by moving my DLL to -build game's path-/Managed directory:)

    edit: I noticed that the dll was made for 64 bit, but my project set into x86
    I changed it into x86_x64 then everything works fine :)
     
    Last edited: Apr 21, 2021
  2. iPanic

    iPanic

    Joined:
    Jul 13, 2018
    Posts:
    1
    I am having this problem show up on 2021.3.5f1 unexpectedly. It worked just fine until it didn't - I'm not sure what changed (if anything - I did not change project or asset folder configuration). Moving the DLL's from the Plugins/x86_64 folder to the Plugins/Managed folder fixed it.
     
  3. anas1973

    anas1973

    Joined:
    Aug 23, 2017
    Posts:
    4