Physics study - XianWorld/xxxgame GitHub Wiki

Q&A

  • Q: How to apply physics to simple skeleton character? it will normally act with animation controller or character controller, and act with physics when take control by force or other controller.

    • A: simple ragdoll, Biped package.
  • Q: How to use joints, how to break it and reattach it?

  • Q: How to connect body parts to human skeleton arbitrarily?

    • A: maybe we can hook them on the bone only, and can not use skinned mesh.

References

Unity3D Physics - PhysX 3.3

Unreal Physics