Reference 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 Article