I'm trying to use the C# example inside of Unity3D.
Unfortunately when trying to hook up the callback functions, I get the following error code :
- Code: Select all
NotSupportedException: non imported interfaces on imported classes is not yet implemented.
(wrapper cominterop) TDx.TDxInput._ISensorEvents_Event:add_SensorInput (TDx.TDxInput._ISensorEvents_SensorInputEventHandler)
I'm no interop or COM ninja, does anybody have any ideas on how to get round this ?
Thanks in advance, Patrick

