问题描述
- C#中DllNotFoundException: BulletPhysics有这个报错怎么回事??
-
C#中DllNotFoundException: BulletPhysics BulletPhysics._CreateWorld (IntPtr iValues, Int32 iValueLength, IntPtr fValues, Int32 fValueLength) (at Assets/Anim/Anim/Scripts/Internal/BulletPhysics.cs:2754)
我只是把原来的文件夹换了一个,就出现这个问题了
解决方案
检查下路径是否正确,找不到dll造成的。
解决方案二:
因为找不到dll,所以你调用的函数只有申明并没有实现。
解决方案三:
这个错误是说找不到dll吧,你换了文件夹,代码中对应的路径也要更新。
时间: 2024-10-22 11:25:49