A library to communicate messages from Unity to Arduino. The communication is done over serial port with an Arduino connected with USB to the computer running the Unity app. The library contains a ...
This library allows for a "shared-memory-like" communication between Arduino and unity using Serial communication. The main idea is that we have 128 float and 128 channels that communicate values ...