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,所以你调用的函数只有申明并没有实现。