Hello all,
I´m working on my first Unity project. The plan is to show some sensor data from my arduino in Unity. For the connection between Unity and Arduino I use Uduino. But I don´t know how can I show the sensor data in my Unity UI…
Hello all,
I´m working on my first Unity project. The plan is to show some sensor data from my arduino in Unity. For the connection between Unity and Arduino I use Uduino. But I don´t know how can I show the sensor data in my Unity UI…
The fact that the data originates from sensors doesn’t matter. It is just data, and I would assume it to be numbers. Take a look at any Unity UI tutorial, as the UI system is a little tricky to understand at first. You’ll likely end up using either a UI.Text component or TextMeshPro if you’re going to display the data as text in the UI.
You need to complete an UI tutorial. Any tutorial. Or read documentation.
https://docs.unity3d.com/Manual/UIToolkits.html
https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/index.html