bevy_xpbd
bevy_xpbd copied to clipboard
Have some guiding documentation for character controllers
trafficstars
This has come up in Discord a lot, so it would be nice to include a few sentences in the documentation somewhere. Something like:
- For KCC, collide-and-slide is neat
- There an example KCC in the repo, with the following caveats: X, Y, and Z
- Dynamic character controllers are easy to implement with the following caveats: X, Y, and Z
- Take a look at Tnua
Related to #450