CymaticLabs / Unity3D.Amqp

AMQP client library for Unity 3D supporting RabbitMQ
MIT License
97 stars 21 forks source link

Using this in DLLs referenced by Unity game #7

Open tafs7 opened 6 years ago

tafs7 commented 6 years ago

We have a unity game that loads a few DLLs that we wrote in a separate class lib project. I'd like to open a connection to RabbitMQ from the lib and not directly from the Unity editor, because we want certain messages to trigger specific custom commands in the game.

The README discusses how to leverage this project from the Unity editor, but doesn't mention the above scenario. Can you confirm this is possible, and what would be an appropriate way to leverage this lib?

Thanks!

tafs7 commented 6 years ago

@meverett ^^