Connect mqtt hive cloude to unity (c#)

Hello. has anyone made a connection up against unity? if so, could you have shown how this is done?

Hi Frank,

Our examples are publicly available at HiveMQ Cloud · GitHub. Unfortunately we cannot offer a C# one for you.

Kind regards,
Dasha from HiveMQ Team

@Frank_Torgersen We’re a HiveMQ customer and using MQTT with Unity now via BestMQTT:

Hi, here is another package “MQTT for Unity”:

Hello
the 2 assets shared above are paid products.

Is there a free alternative? Badly looking for one.

Currently rewriting my code in MQTTnet instead of M2MQTT(I need webgl which requires websocket connection only),
Another approach would be to call a javascript file.

Hello @BenCarlos ,

While @Daria_H above has linked our public repositories, I did go ahead and perform some additional searching for available libraries or assets.

While I wasn’t able to find one that directly matches your needs, I did find M2MQTT Unity, which does look to be publicly available and offers the ability to connect to Unity via MQTT, though it sounds like you may have already gone this route.

If you are having any issues with connecting to HiveMQ, or if you have any additional questions, please feel free to let us know and we will be happy to help further!

Best,
Aaron from the HiveMQ Team