a very barebones implementation if an Arduino connection with Unity to use motion controls
This small project includes the basic set-up for a motion controlled game with an Arduino powered Accelerometer. The corresponding Arduino code is also written in the Unity script.
There is also a sound controller which listens to the microphone and does something when that value goes above a certain level.
https://www.youtube.com/embed/FSK1Msmau0A
https://jellever.itch.io/toilet-paper-hoarder
Arduino Connection : https://playground.arduino.cc/Main/MPU-6050/#measurements
Bluetooth adaptor : https://create.arduino.cc/projecthub/mayooghgirish/arduino-bluetooth-basic-tutorial-d8b737
Unity Microphone Tutorial : https://www.youtube.com/watch?v=GHc9RF258VA
This project is licensed under the terms of the MIT license.