PocketSphinxUnityDemo
PocketSphinxUnityDemo copied to clipboard
libpocketsphinxwrap doesn't work on il2cpp
It works great on mono but for some reason simply switching from mono to il2cpp, while staying on the same architecture breaks it. I'm also not getting any meaningful errors as the only exception I was able to catch was this
The type initializer for 'Pocketsphinx.pocketsphinxPINVOKE' threw an exception
I also tried using the ARmx64 .so file linked here here, but it doesn't change anything.