Version: 2023.2
Rigidbody 2D properties: Simulated
Circle Collider 2D component reference

2D 碰撞体

When you attach a collider 2D component to a GameObject, the collider 2D defines which area of the GameObject has collision and can interact with other colliders in the scene. The collider 2D is invisible, and it’s shape is about the same shape as the GameObject for more accurate collisions. You can adjust a collider’s shape and other properties in its Inspector window properties.

Colliders for 2D GameObjects all have names ending with 2D. You can’t use 3D GameObjects with 2D colliders, or 2D GameObjects with 3D colliders.

You can use the following types of collider 2Ds with Rigidbody 2D:

Topic 描述
Circle Collider 2D component reference Refer to the Circle Collider 2D component properties to create circular colliders.
Box Collider 2D component reference Refer to the Box Collider 2D component properties to create rectangular or square colliders.
Polygon Collider 2D component reference Refer to the Polygon Collider 2D component properties to create freeform colliders.
Edge Collider 2D component reference Refer to the Edge Collider 2D component properties to create freeform and open path collision areas.
Capsule Collider 2D component reference Refer to the Capsule Collider 2D component properties to create cylindrical shaped collision areas with round ends.
Composite Collider 2D component reference Refer to the Composite Collider 2D properties to merge other collider shapes into a single collider.
Custom Collider 2D component reference Refer to the Custom Collider 2D properties to create customizable collision geometry.

其他资源

Rigidbody 2D properties: Simulated
Circle Collider 2D component reference