1. Non-convex mesh colliders are only supported on game objects without a rigidbody. Mesh colliders used with rigidbodies must be marked as convex.
2. Collider components define the shape of an object for physical collisions. Joint components attach one rigidbody object to another or to a fixed point in space.
3. Triggers ignore physics but trigger events, while isTrigger property identifies trigger colliders.