I have an external plugin for my application in Unity. I defined functions in it with extern "C" and added [DllImport("Plugin")] in my C# code.
It works fine in Lion, but in Mountain Lion i see DllNotFoundException. Does anyone has any idea how to avoid this problem?
↧