I’ve written a plugin DLL in C# and Visual Studio to access the serial port. It works fine standalone, but when I place the DLL in Unity, I can not get data from the serial port using events. Does Unity shut this down? Do I have to write the DLL in C/C++ and have the Pro version?
I’m using the free version of Unity.