📄️ 3D preview
Getting the model
📄️ Interacting with the 3D preview
If you want to be able to tap on the popups or anything else and have it do something you can do it like follows.
📄️ Running Linux command from Unity
Later in this project we need to run Linux commands a lot of times, so I made this script.
📄️ Communicating with main microcontroller
First we need to inherit from BaseArduinoCommunication and create an instance.
📄️ Communicating with the live data controller
I called the script GpsController.cs, but a better name is LiveDataController.cs so just name it that.
📄️ Bluetooth communication
What we need