views:

140

answers:

1

I have the physx sdk and runtime installed, but for some reason, I keep getting that error message when I try to build my game. Any ideas?

A: 

Judging from the filename of the missing assembly, you'll need to install the PhysX Candy Wrapper (eyecm). Make sure you download the XNA-specific binaries. PhysX is written in native code, so a wrapper is necessary to use it from managed code.

k0dek0mmand0