Has anyone done any unity project where USB communication is done ? I have to do usb communication with a board to get sensor values.. how can i go about doing this usb communication ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can link .NET DLLs in Unity by adding them to the project (drag and drop worked, if I recall correctly). So, code your board access library in a Visual Studio project using .NET, exposing the API you need to use and add the DLL. You will be able to access the contents of the DLL from your Unity code (although I have only done this with C#). Of course, this only works on PC. For other platforms, I don't know if this is even possible. EDIT: Minor correction. |
||||
|
|