Hey, We are trying to get the Phidget RFID device to work with IL2CPP Builds. Mono works fine, but IL2CPP throws the following exception when running the build, right after calling private static RFID _rfid; private static void OpenDevice() { _rfid = new(); ... } NotSupportedException: IL2CPP does n...