DllNotFoundException: libdb_csharp62d
**Now ,i import an three DLL, libdb_dotnet62.dll depend on libdb62d.dll and libdb_csharp62.dll, but this is a matter, it say not found ,please give me an help? this my codes: public void dbTest(){...
View ArticleDllNotFoundException, C++ dll used with an assembly, not possible?
Hi, I'm kind of new to things like handeling dll in unity and stuff. Here's my problem I need Unity and an over application to communicate with eachother. To do so I have an API made of aC++ dll from...
View ArticleDLLNotFoundException ThinkGear
Hi, I am trying to use ThinkGear Dll [ThinkGear .dll][1] (end of the page) but I get dllNotFoundException everytime when I try to run it. File structure for dll is right.( Plugins ( x86 ( .dll ) ) )...
View ArticleCan't get steamworks.NEt 7.0.0 to Work in Unity 4.6
Hi The problem is that in the title, I've downloaded steamworks.net 7.0.0 and I'm using Unity 3D 4.6.0f3, but whenever I Initialize a Build or the project I get the error: [Steamworks.NET] Could not...
View ArticleNvidia Ansel integration Issue :: DllNotFoundException
I'm interested in testing out Nvidia's ANSEL plugin, as shared here on the asset store: https://www.assetstore.unity3d.com/en/#!/content/74758 I am running Unity 5.5 on a modern (64 bit) Windows...
View ArticleUnity does not create Unityassemblies folder in Unity
We use Unity with git in the office and recently included Unity Test Tools, which reference Mono.Cecil. 80% of the machines are fine with everything, on around 20% the Mono.Cecil dll is not found. We...
View ArticleGST Movie Texture Android - Dll missing
Hi guys, Im trying to use this asset https://www.assetstore.unity3d.com/en/#!/content/59897 It works fine on windows, and it says it supports android. but when I try to play on editor set to buil on...
View ArticleFirebase TypeInitializationException/DLLNotFoundException on Android
Hi! I am trying to use Firebase within Unity (5.5.2). It works fine in the editor, but when I make an Android build and try to run it, I get the following error: ![alt text][1] [1]:...
View ArticleDLL plugins unsupported for Android Application Building
I am developing an Android application in VR using Unity, I wrote some functions in C++ and imported that as DLL file in my Unity project. The DLL was imported successfully when it was running on...
View ArticleEntryPointNotFoundException - native plugin help
**EDIT: SOLUTION IS BELOW! - look for the header "**SOLUTION**"** Hello, So I'm trying to use a C++ native plugin (balls.dll) with a C# script in my project (Unity 5.5.0f3). The dll is inside my...
View ArticleDllNotFoundException 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 Article