valkjsaaa / Unity-ZeroMQ-Example

An example of Unity 3D 2017 works with NetMQ
78 stars 28 forks source link

How do you get the latest stable NetMq release binary? #7

Closed offchan42 closed 6 years ago

offchan42 commented 6 years ago

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 6 years ago

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

valkjsaaa commented 6 years ago

I do it by:

I recommend you just download the DLL file in this repository.

valkjsaaa commented 6 years ago

It's all here

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

offchan42 commented 6 years ago

Thank you!