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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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. |
|||
|
|