Question about external DLL
Hi Everyone! I Have a problem with an external DLL. I have to use a C++ dll that i've made to send commands to an eyetracker. The problem is that in the Unity Editor works, but compilled not. My C code...
View ArticleControl output of visual studio 2013 output
I have created an external library with some classes, basically my own game framework for use across many Unity projects. I have the build output going to a Libs folder inside the Assets folder in a...
View ArticleUnity TestTools and External DLL conflict?
Greetings everyone. I have a problem that I find weird. I have created some dll files that I want to use in my Unity project. I have compiled them with VS2012 and tested them outside of Unity and...
View ArticleHow Is 'fileID' Generated For Classes Inside an External DLL?
When you link to a MonoBehaviour that is inside of an external DLL, the resulting asset file refers to that particular class by a 'fileID' and the 'guid' of the external DLL. For example, a...
View ArticleReference external project
I'm trying to to include an external library that I want to use between multiple projects. Monodevelop is fine with everything: ![alt text][1] Unity however, is not. Should I somehow inform unity about...
View ArticleExternal library error without external libraries?
I get these three errors every time I attempt to build my project: NullReferenceException: Object reference not set to an instance of an object...
View ArticleUsing GDAL from Unity
Hello, I want to read a raster map from my Unity application. I planned to use Geospatial Data Abstraction Library(GDAL) for this task. This is a C++ library but it has a C# wrapper which handles C++...
View ArticleAudioclip error using NAudio to open MP3 file on Windows
I'm using the [NAudio libraries][1] to open an MP3 file from the HardDrive, convert the byte array returned to a float array and then create an audioclip to set it to an AudioSource because i created a...
View ArticlePackage manager for 3rd party libraries.
Hi. I'm using Unity 5.3.2f, MonoDevelop 5.9.6 and looking for package manager like Maven or Grandle in Java world. Is there any good solustions or manual capy/past is the best way to go? I would...
View ArticleHow to connect to external server with DDE?
I am trying to make an online game that also uses realworld data from an external (not unity) source. The external data server is using DDE links to update data in real time. I can write a CSharp...
View ArticleImporting object type from .so lib
Hi, How do you import an object type into Unity? For instance, let's say I have a .so library written in C/C++ with this inside: Lib: typedef struct myObject{ // some stuff here } myObject; Then what...
View ArticleUse SSH.NET in Unity
Im trying to import that library: https://github.com/sshnet/SSH.NET but I can't make it run on Unity. I'm using Unity 5.5.0b7 (64-bit).
View ArticleDLL in plugin folder not loaded?
Hallo I have a running project under .NET3.5 and VisualStudio 2015. It uses an external dll "OSIsoft.AFSDK". Everting is fine, no issues. THEN I moved all dll's (I copied the files one by one from...
View Articleusing Json.NET support in 2017.2?
Hi! So now that 2017.2 is out and using the Mono and .NET upgrades (soon to include .NET Standard 2.0) will it be possible to use Json.NET? https://docs.unity3d.com/Manual/ScriptingRuntimeUpgrade.html...
View ArticleUnity with SignalR
Hi guys, I'm having trouble to use signalr in unity. I downloaded the signalr package from nuget and put it in Plugins folder. It throw me error "unity error cs1703: an assembly 'newtonsoft.json' with...
View ArticleError: Failed to set the specified COM apartment state & Canon EDSDK
Hi~~ I am trying integrate Canon EDSDK with *Unity3D (5.6.1)* by referencing Canon EDSDK's Visual Studio project from **>>**...
View ArticleComputer name issue
Hello. I'm Justin, Jeon in South Korea. I use mssql database to make some kind of management-software by unity. I think now, unity is very enough to make non-game application. But, Many people still...
View ArticleCannot reference System.IO.Pipes.dll in my project
I am trying to use [Pipes](https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-use-named-pipes-for-network-interprocess-communication) in my Unity project, therefore I need to reference DLL...
View ArticleCan I use ASP.NET Core SignalR with Unity
Hey guys! For a project I want to have a .NET Core Web Api project as the server side. I'd like to connect to it via ASP.NET Core SignalR. I've been digging around but don't seem to find any example...
View ArticleIntegrate Xbim Tool external library into Unity
I'm trying to transfer geometric and architectural data from an .ifc file into Unity In order to accomplish this task, I'm using Xbim Tool's C# libraries [Github Link here][1][Nuget Link here][2]...
View ArticleExternal .dll Nightmare
Hi folks, I have a running code under .net, which works. Now I want to use this code inside Unity. It requires a .dll from a vendor. This .dll requires a lot of others. I have started to put the...
View ArticleUsing an external library gives DllNotFoundException
Hi, I'm trying to use https://github.com/entrepreneur-interet-general/H3.Standard with Unity. I've added the package with NuGet, but when I'm trying to use the methods, I get a `DllNotFoundException`...
View ArticleCan't inherit from namespace
I am attempting to implement networking in my game with the use of Mirror. However, Unity is preventing me from using the package I just imported. Unity is telling me "the type of namespace 'Mirror'...
View ArticleExternall DLL working error
Hello to everyone, I am trying to use an external DLL in Unity. I have added the external DLL in the `Assets/Plugins` directory. But at run time I get the following error:...
View ArticleI can't get an external dll to work when building for webGL
I have developed a game that calls functions from an external dll developed in c#, which also depends on two more dlls. It works fine when built for windows but when I build and test the software in...
View ArticleI can't get an external dll to work when building for webGL
I have developed a game that calls functions from an external dll developed in c#, which also depends on two more dlls. It works fine when built for windows but when I build and test the software in...
View ArticleUnity "Type or namespace could not be found" with external NuGet package, no...
I installed a NuGet package through Visual Studio into my project. In Visual studio I can reference the namespace that was part of the package, use it, intellicode works fine, no errors. But in the...
View ArticleUnity Error "Missing assembly reference" no error in Visual Studio
I installed a NuGet package through Visual Studio into my project.Visual studio shows no issues, I can reference the namespace that was part of the package, use it, intellicode works fine, no errors,...
View ArticleGradle failed to fetch dependencies for Firebase and Google Play Service
I got an error something like this, tried several methods still it couldn't resolve. LOG Gradle failed to fetch dependencies. Failed to run 'C:\Unity Games\DownHill...
View ArticleAssembly 'Assets/Plugins/dllName.dll' will not be loaded due to errors:
Our project was running on Unity 2019.4.37f1. I'm trying to use an external DLL(.Net Standart 2.0) which has a reference to EntityFramework Core(3.1.25 version) with Unity and I get the following error...
View Article