Installing AMQP for Unity

RabbitMQ has an excellent resource for plenty of cross-platform libraries that allow you to connect to the hub with ease. The library for C# does work well outside Unity but is problematic to set up. Fortunately, the good folks at Cymantic Labs have built and open sourced a version for Unity on GitHub. Let's see how to install this code in the next exercise:

  1. Download and unpack the code using git or as a ZIP file from https://github.com/CymaticLabs/Unity3D.Amqp:
git clone https://github.com/CymaticLabs/Unity3D.Amqp.git
  1. Switch to Unity from the menu, and select File | Open Project and navigate to the Unity3D.Amqp\unity\CymaticLabs.UnityAmqp folder where you installed the code. This will open the asset in its own ...

Get Hands-On Deep Learning for Games now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.