Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 493 Bytes

index.md

File metadata and controls

8 lines (5 loc) · 493 Bytes

Physics system

The physics system in Creator consists of two parts:

For games with few physics calculations, we recommend that users use colliders directly, which avoids loading the physics engine and building the physical world during runtime. The physics engine provides a more complete interface for interactive behaviors and rigidbody, joints, and so on. You can choose your own solution as needed.