How do you get the latest stable NetMq release binary?
offchan42 opened this issue · 4 comments
offchan42 commented
As the title said, how do you get .dll
files that are required for using 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.
offchan42 commented
In other words, how do you install NetMQ
in Unity easily?
valkjsaaa commented
I do it by:
- Create a empty C# project in Visual Studio or Rider
- Open Package Manager in IDE and install NetMQ
- Go to
Packages/
and copy the .NET 4 variant of the DLL file.
I recommend you just download the DLL file in this repository.
offchan42 commented
Thank you!