Unity3d疑难问题解决

1. 加载 c++ dll 不成功,报这个错:

Failed to load 'Assets/Plugins/x86_64/myFile.dll' with error 'The operation completed successfully.', GetDllDirectory returned ''. If GetDllDirectory returned non empty path, check that you're using SetDirectoryDll correctly.

解决方案: https://www.microsoft.com/ja-jp/download/details.aspx?id=48145

原文地址:https://www.cnblogs.com/jietian331/p/5960032.html