I’m using unity for developing AR app for Android that can monitor real time data from humidity sensor. But I’ve only been using Unity for 2 months, i don’t know what should i do to get real time sensor data from io.adafruit.com.
I don’t know anything about Adafruit IO, but it looks like it has API endpoints that you can grab data from with HTTP. Here’s a tutorial I found: Calling RESTful APIs in Unity3D - Simple Talk