Code: Select all
DllNotFoundException: /Games/Test/Builds/PachinkoChipmunk.app/Contents/Plugins/Chipmunk.bundle/Contents/MacOS/Chipmunk
at (wrapper managed-to-native) ChipmunkBinding:ChipmunkRegisterInternalCalls ()
at ChipmunkBinding..cctor () [0x00000] in <filename unknown>:0
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for ChipmunkBinding
at ChipmunkBoxShape.Awake () [0x00000] in <filename unknown>:0
On Windows, Chipmunk is about 25 to 30% faster than Box2D, and about 30 to 40% faster than PhysX.
![Smile :)](./images/smilies/icon_e_smile.gif)
On Mac, Chipmunk is about 50% slower than Box2D, and it's about 40% slower than PhysX.
![Sad :(](./images/smilies/icon_e_sad.gif)
Can something be done about the speed problems on Mac? The tests were done on OS X Mavericks.
Thanks!
Edit: We also tested on OUYA, and performance was slightly worse than PhysX.