How to use a C++ dll in Unity3D?

后端 未结 3 1037
我寻月下人不归
我寻月下人不归 2021-02-02 03:30

I am aware of this similar question, but it does not respond to my problem.

I have written two .dlls using Visual Studio 2010. One is in C++, and communicat

3条回答
  •  情歌与酒
    2021-02-02 04:09

    Note that the DllNotFoundException can be caused by building your Unity DLL in Debug instead of Release!

    A simple oversight that can cause a headache.

提交回复
热议问题