Hello. I've managed to compile the app in VS and I'm able to receive data from my sensors.
Now I need to get these values in the Unity project.
But when I'm trying to compile it inside the Unity project I have the error:
Failed to load 'Assets/Scripts/ANT/ANT_Managed_Library/ANT_WrappedLib.dll', expected x64 architecture, but was x86 architecture. You must recompile your plugin for x64 architecture.
Is it possible to recompile the lib as x64?
Thanks in advance.