I'm currently developing a dashboard in Unity 3d. I want to connect my Unity app to Azure IoT Hub to receive the data of my sensors:
Sensors + Rapsberry Pi => IoT Hub => Unity App
Azure provides an IoT Hub sdk for python developers : useful for the sensor part. But Azure also provides an IoT Hub sdk for c# developers. It would be nice to use this sdk for unity 3d. Indeed, the scripts in Unity are written in c# through Visual studio. The issue is I don't really understand how to install this SDK on my unity project?
I saw a post about using Universal Window Platform module for Unity to perform the iot hub sdk. But how to install this UWP, and how to install this iot hub sdk?
Thanks for answering!