The Mesh collider takes a Mesh Asset and builds a collider that matches the geometry of that Mesh. It is more accurate for collision detection than primitive colliders, and is a better option for complicated Meshes.
| トピック | 説明 |
|---|---|
| Introduction to Mesh colliders | Overview of the fundamental concepts around Mesh colliders in Unity. |
| Prepare a Mesh for Mesh colliders | Configure a Mesh so that a Mesh collider can use it to generate collision geometry. |
| Mesh Collider コンポーネントのリファレンス | Reference page for the Mesh collider component. |