2017-03-15

Hi,

I am trying to use the IBM Watson Unity SDK on Hololens and due to some libraries dependencies I need to use IL2CPP Scripting back-end.

The problem is that when the app is running (trying to call a Watson service) I get an IL2CPPException because of a missing assembly (I guess I18N.dll) when System.Text.Encoding.Default is called. The call-stack shows that it tries to invoke a method that is not present in the...

IL2CPP uses Mono code when compiling for Hololens/Windows 10

Show more