Closed offchan42 closed 6 years ago
As the title said, how do you get .dll files that are required for using NetMQ?
.dll
NetMQ
I read the document of NetMq and it said that I have to install via NuGet. But I tried installing a package there before and Unity didn't recognize it.
In other words, how do you install NetMQ in Unity easily?
I do it by:
Packages/
I recommend you just download the DLL file in this repository.
It's all here
You will also need the AsyncIO.dll for NetMQ to work.
AsyncIO.dll
Thank you!
As the title said, how do you get
.dll
files that are required for usingNetMQ
?I read the document of NetMq and it said that I have to install via NuGet. But I tried installing a package there before and Unity didn't recognize it.