Search Results

by DiBi
Thu Jun 23, 2022 2:14 am
Forum: C#.NET
Topic: Phidget RFID & Unity IL2CPP Builds
Replies: 2
Views: 180078

Re: Phidget RFID & Unity IL2CPP Builds

Hi Patrick, Thanks for the prompt reply. We are currently mostly targeting Windows platforms. The reason this issue came up is because our applications are technically demanding and thus quite performance-heavy. IL2CPP gives us a nice performance boost and we plan to use some of the Burst compiler f...
by DiBi
Wed Jun 22, 2022 10:02 am
Forum: C#.NET
Topic: Phidget RFID & Unity IL2CPP Builds
Replies: 2
Views: 180078

Phidget RFID & Unity IL2CPP Builds

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...