I thought that OnCollisionEnter would regsiter whenever two colliders intersected, without the need for rigidbodies. However, I have a project now in which I can generate the OnCollisionEnter event only with both colliders and RB’s attached.
Is there a way to get collision events with just colliders, sparing yourself the expense of RB’s?