DllNotFoundException error
Hi I had a question about the dll and I posted the question. I get a DllNotFoundException error when I compile. However, this error does not appear on other computers. I get this error when I import it...
View ArticleUnity Build error when not used B.dll referenced by A.dll I used, it couldn't...
When I used A.dll, but A.dll have included B.dll. But actually I won't use B.dll When I build, it will show that: 【ArgumentException: The Assembly A is referenced by B ('Assets/Plugins/B.dll'). But the...
View ArticleWhy I can not run Unity 2017.1.1 f 1 with the Command line in macOS?
I upgrade my Unity 5.4 to Unity 2017.1.1f1 on the macOS, but it have some trouble for me. I can launcher Unity with use the Command line on Unity 5.4:...
View ArticleLinux build is putting libNative.so in wrong place
I am new to this Unity world, so I might be doing something wrong... But, I am getting a DllNotFoundException for my Linux build. The Windows and MacOS build work fine, so it is not my managed code....
View ArticleGPG dll not found exception Google Services
I am using the google services with the unity plugin and I keep getting **GPG DLL not found excetion- Couldn't open LibGPG. so** I read somewhere in an old thread to set a static reference in the...
View ArticleDll is not allowed or could not be found
The exact issue I'm having is with the System.Windows.Forms.dll. I needed to implement it to write to a spreadsheet. It works exactly as desired if I run the application in the Unity Editor but trying...
View ArticleImport libnodave.dll .net into Unity3D "DllNotFoundException: libnodave.dll"...
Hi all, i can't import libnodave.dll into my unity project without this error when i run the project "DllNotFoundException: libnodave.dll". This free dll is to comunicate with Siemens PLC and you can...
View ArticleHow to use Custom DLL for Hololens
HI ALL, I want to use DLL custom for hololens. 1. I made DLL as 32 bit. 2. I placed custom DLL into Plugins/WSA/UWP/x86 when i made build i haven't get any errors. When i run the app in Hololene. In...
View ArticleFailed to load DLL with error "The specified module cannot be found."
I am trying to use a C++ DLL that does not have any dependencies. When I try to use it in my project, it throws the error Failed to load DLL with error "The specified module cannot be found.". It is...
View ArticleOpenSSL-net DllNotFoundException: Assets/Plugins/OpenSSL/libeay32.dll
I am trying to use [OpenSSL.net][1] in Unity. I've cloned the git repository, build an AnyCPU release built in visual studio which made a directory containing: libeay32.dll, ManagedOpenSsl.dll and...
View ArticleNative DLL saying FileNotFoundException
I'm trying to use the C# library clrzmq which is a library for ZeroMQ messaging. There's a .NET specific one but I'm unable to get it to work in Unity 2017. My script for clrzmq works fine in...
View Articlebuild exe with opencvsharp / dll missing / FileNotFoundException
hi there i am doing now a project which includes opencvsharp function. And i wanna build it as a exe game file. But it gives me error. It is actaully working fine in unity3d editor mode. so i send you...
View ArticleHow to fix failed to load assets/Plugins/filename.dll with error the...
Hi! I have a project that uses dlls and the project works fine on 5 computers, some of which have the exact same hardware. I get these errors on three machines, 2 of which have the exact same hardware...
View Articlequestion about add dll in unity
I try to add dll in unity, but always have error:dllnotfoundexception. I release dll in x64 and my unity is 64 bit too, and I already put my dll in folder "Plugins" here is my dll code: ![alt text][1]...
View ArticleDllNotFoundException libmonoposix
Hi everyone, I'm trying to port my project from Unity 2017.1.0 to Unity 2018.1.5 for Linux (working on Fedora 27). The project is working perfectly fine in the old version, however in this one, without...
View ArticleSystem.Drawing.dll usage in android
Which i'm trying to do is using System.Drawing.dll in Unity and make a texture of string. Until in editor, it works fine. But when i build and play at my android phone, it doesn't work causing error...
View ArticleBuilding project error because of scripting backend: IL2CPP works, .NET not!
i everyone, I have a project which is working fine when building with IL2CPP scripting backend. However if I try to build a project with the .NET scripting backend it fails to build giving me following...
View ArticleNative Libraries in windows unity personal 2018
I am trying to run my x86 c++ dlls in my Unity Personal 64bit edition. but it keeps giving dll not found error when i run it. Are they even supported? if they are, where do i need to place them??
View ArticleDllNotFoundException: Msacm32.dll
I follow this advice - http://gamedev.stackexchange.com/a/113402/88200 to import NAudio and to stream mp3 from SoundCloud. But I get exception on my Mac: DllNotFoundException: Msacm32.dll...
View ArticleDll not found exception in Editor only
I want to use openCV in Unity (on Windows) and I have followed [this tutorial][1] When I do a build everything going fine and the application work on my android (every libs are in good place). When I...
View Article