Unity3d和matlab联合使用初始化报错

测试在C# 3.5 .net上可以使用,但是在unity3d内就一直初始化报错。。。
下面是错误代码 Unity版本是5.5
NotImplementedException: The requested feature is not implemented.
System.Security.Principal.WindowsIdentity.GetCurrent (Boolean ifImpersonating) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Security.Principal/WindowsIdentity.cs:166)
MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction (System.String functionName, Int32 numArgsOut, Int32 numArgsIn, MathWorks.MATLAB.NET.Arrays.MWArray[] argsIn)
MathWorks.MATLAB.NET.Utility.MWMCR.EvaluateFunction (Int32 numArgsOut, System.String functionName, MathWorks.MATLAB.NET.Arrays.MWArray[] argsIn)
MathWorks.MATLAB.NET.Utility.MWMCR.setBuilderUserData ()
MathWorks.MATLAB.NET.Utility.MWMCR..ctor (System.String componentId, System.String componentPath, System.IO.Stream embeddedCtfStream, Boolean isLibrary)
tracker_run.Tracker..cctor ()
Rethrow as Exception: MWArray assembly failed to be initialized
tracker_run.Tracker..ctor ()
Test.Start () (at Assets/Scripts/Test.cs:9)

http://www.manew.com/thread-102064-1-1.html

方便联系告诉我下具体怎么做吗 MatrixOpera.MathWorks test = new MatrixOpera.MathWorks(); //将myMathClass类实例化 我是在这实例化对象报的功能未实现异常。