Dll is loaded in editor but not in standalone
Hello everyone, I am using the TensorFlow.net library for loading some machine learning models. Everything works fine in the editor. However, when I am building the app (Windows standalone app) the dll...
View Articleddlnotfound exception - what is the problem?
I faced weird issue - I have 2 lib that I put under `Assets\Plugins\Android`, first lib name is `mylibrary` and second one - `libtetdecoder`. Then I try to use them with the same way and I see that I...
View ArticleDllNotFound Exception on Editor but works on Standalone
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...
View ArticleUnity dll not found exception, but dll exist, what is a problem?
I run VMWare Win10 and Unity was set up there. Also on my host PC (win10 as well), I have Unity where I can run my Unity project without any problem. Then I zipped my Unity project and through file...
View ArticleUnity XR plugin manager Tries to load oculus dll on windows even if its...
I am working on a project where I use both a vive cosmos and an oculus quest 2, for the oculus quest my build target is android and for the vive cosmos its standalone/windows. Now my XR Plugin Manager...
View ArticleRandomly started getting DllNotFoundException error when building AR app for...
Not sure what happened, my project was building to iOS just fine then randomly the AR element stopped working (my build wouldn't use my phone camera, just showed default unity 3d background) and now I...
View ArticleThe Assembly is referenced, But the dll is not allowed to be included or...
I am getting the following error when I try to build my project: `ArgumentException: The Assembly nunit.framework is referenced by MapboxAssembly ('Library/PlayerScriptAssemblies/MapboxAssembly.dll')....
View ArticleDoes current 64-bit Unity 2020 still support 32-bit (x86) native DLLs?
It's a DLL not a plugin, so where should it go? Does it matter if the DllImport specifies the .dll extension? It doesn't outside Unity. @Bunny83: Yes, I read the page about 64-bit DLLs, but that's not...
View Articledllnotfoundexception on mac for package (StandaloneFileBrowser)
Hey everyone, I've been scratching my head at this for a long time. My mac user reports that saving the game doesnt work. To handle this I'm using a a unity package (StandaloneFileBrowser), however the...
View ArticleCannot include libc++_shared.so in my Android apk package
I'm making a pvp game using Epic Online Service SDK which works fine on PC but when I built the Android version I got this error Debug Unity Failed to load native plugin: Unable to load library...
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 ArticleUnityEngine.dll outside Unity
Hi, i'm working on a visual studio project trying to use UnityEngine.dll as a reference within it, outside the Unity Editor. For what I have seen and read, Unity .dlls are not accessible from outside...
View ArticleFeeding data into Unity from a Linux executable/.so file?
**Background**: I am in the process of creating a visualization for a robot in Unity. The robot's software (and simulator in this case) is all implemented in MATLAB Simulink models and C/C++ code in...
View ArticleError while running higher versions of Conflunet Kafka inside Unity and while...
Objective: Unity application packaged and deployed on Android. The application reads the video stream from the device camera and streams it to the server-side components to apply ML model. Returns the...
View ArticleError while importing confluent packages and bundling it into an APK
Unity application packaged and deployed on Android. The application reads the video stream from the device camera and streams it to the server-side components to apply ML model. Returns the inference...
View ArticleDllNotFoundException-- file is clearly present
**Where all does Unity search for its dll files? Will it find them if they are located in a package outside the project? Can the Unity editor use .aar files?** I imported an XR plugin, QIYU XR Plugin...
View ArticleDllNotFoundException: File is present
**Where all does Unity search for its dll files? Will it find them if they are located in a package outside the project? Can the Unity editor use .aar files?** I imported an XR plugin, QIYU XR Plugin...
View ArticleSystem.EntryPointNotFoundException: CreateNLSocket
Hello guys, I hope you can help me with it. I'm trying to use a library in Unity for MDns. It's called Tmds.MDns. But when I use their StartBrowsing method to find servers I get this exception:...
View ArticleMacOS Unity Build Vivox missing DLL
We made a Unity app and the Windows version works well. But the MacOs version is works with Intel but not Apple silicon. On both arch, you can click the launcher, access the app and login. But on...
View Articledllnotfoundexception
Hi all. I do not know where to turn with this problem, maybe at least here. After reinstalling Windows, when I start my game in playmode I get this error DllNotFoundException: FirebaseCppApp-10_2_0...
View Article