valkjsaaa/Unity-ZeroMQ-Example

How do you get the latest stable NetMq release binary?

offchan42 opened this issue · 4 comments

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.

In other words, how do you install NetMQ in Unity easily?

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.

It's all here

You will also need the AsyncIO.dll for NetMQ to work.

Thank you!