I have native c++ .dll which depends on some others .dll. All the .dll dependencies are available through environment variable PATH. I have Unity3D 2019.3.15f1 Personal, it raises DLLNotFoundException on editor but program works find on standalone. My .dll is x64 bit and i have placed it on /Assets/Plugins/x86_x64. Please let me know if I am doing anything wrong?
↧