Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
offchan42 opened this issue Aug 21, 2018 · 4 comments
Closed

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

offchan42 opened this issue Aug 21, 2018 · 4 comments

Comments

@offchan42
Copy link

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 offchan42 changed the title How do you get the latest stable release binary? How do you get the latest stable NetMq release binary? Aug 21, 2018
@offchan42
Copy link
Author

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

@valkjsaaa
Copy link
Owner

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.

@valkjsaaa
Copy link
Owner

It's all here

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

@offchan42
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants