Unity + Arduino (MACOS) without Unity library
I wanted to make a simple example to connect Arduino to Unity. I used serial communication to talk to Unity from Arduino. Unity version : 2018.3.1f1 In the Arduino side, I connected a touch sensor to Digital pin2 and referenced the code from ‘StatechangeDetection.ino’ in Arduino examples. (Only send a …