You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
Hey can anyone tell how do i get the data from ant+ and cadence sensors in unity..??
https://www.thisisant.com/forum/viewthread/6709/basketball stars
Hi all,
I'm currently working on this problem and have had some breakthroughs utilizing my publicly available libraries and Github projects. The gist is that I'm using a gRPC server running my AntUsbStick class library (x86) and connecting up my Unity project via gRPC as a client (AnyCpu/x64). I'm talking to the stick from Unity! Now I'm working on integrating my AntPlus class library into the Unity project. The benefit of gRPC is the server can run on a seperate PC and the Unity project can run on another PC or the same PC.
I'll keep you posted here as I flesh this out. I'm new to Unity so this will take a few days.
Best regards,
Stephen Hidem
I'm looking forward to hearing how this goes. I've been trying to get ANT+ up and running in Unity, but because all the DLLs provided are ancient nothing will work in a modern Unity project. It's very frustrating.