- Home /
Method contains unsupported native code ?
Hi, I got a this error message,
MissingMethodException: Method contains unsupported native code ..LanguageSupport.Initialize (.LanguageSupport* ) ..cctor () (at f:/dd/vctools/crt_bld/self_x86/crt/src/mstartup.cpp:884) Rethrow as TypeInitializationException: An exception was thrown by the type initializer for
I loaded C++DLL(mapped to CLR) and made a legacy class then I got a this error message,
Now I'm using unity pro license.
What is this mean? How Can I fix this?
Your answer
Follow this Question
Related Questions
Is it possible to render custom objects in the Unity game window using native (opengl) code ? 1 Answer
problems with iOS Native Code example 2 Answers
iOS Accessibility Options in Unity 1 Answer
How do you print to the console/log from native code on OSX ? 1 Answer
How will we enable and disable a gui texture in unity 3d? 5 Answers