Hi,
I am creating a bicycle simulator and I would need some help connecting the speed sensor (Magene C406) to Unity to transfer the speed information over. Once the user pedals, the same information would then be relayed to the avatar on Unity. I am still new to Unity and hence I do not have knowledge in this area. Thanks for the help in advance.
2 Answers
2This isn’t something that unity provides directly , look into reading serial data from sensor in C# (or something along those lines)
But is there a way around it using Bluetooth or ANT + plugins? As I am new to coding on Unity. Thanks.