Compile Unity game with native dll

0

I am trying to mount my Unity project that I created with native code of C++ . I have the library in the root directory of the project and I use this library with dllImport .

When compiling the program and creating the .exe I get a failure of:

  

dllnotfoundexception.

I do not know how to make stop mounting the program with the dll.

Any help?

    
asked by Urko Sanchez Ortiz 01.09.2017 в 12:08
source

0 answers