# OtherCollider

> The second Collider component of the ContactPair.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

> **Warning:**
>
> **Deprecated.** Please use ContactPair.otherCollider instead.
>
> **Upgrade to** [ContactPair.otherCollider](/engine/6000.5/script-reference/unityengine/contactpair/othercollider-1.md)

```csharp
public Collider OtherCollider { get; }
```

### Remarks

This property is only accessible from the main thread.
