Hello!
First of all amazing work on this project!
I want to make fps like camera with collision. Read about Character Controller but looks like it's not included in BEPU 1.2 dll for WP. I also saw demo project with this class but it's target Windows and xbox. I'm kinda new to this things what should I do to use Character Controller in XNA WP7 project?
I'm also tryed to make it with Sphere but I can't get stable collision with my level geometry so I think Character Controller will solve this problems.
Thanks!
Character Controller WP7
Re: Character Controller WP7
You can copy the CharacterController over from the windows demos into the phone demos. You may find that there are version issues between v1.2.0 and the character designed for v1.3.0. In this case, either:
-download the latest dependency free version and compile it (the dependency free is pretty easy to get running on any platform, including in XNA games), or
-download the latest XNA fork version (which is slightly older than the dependency free version) and compile it.
-download the latest dependency free version and compile it (the dependency free is pretty easy to get running on any platform, including in XNA games), or
-download the latest XNA fork version (which is slightly older than the dependency free version) and compile it.