How to detect collision without OnCollisionEnter or OnTriggerEnter?

Hi. Title says it all…

Is there a way to detect collision without OnCollisionEnter or OntriggerEnter?

Thanks in advance.

Andreas.

You could do a Raycast / Spherecast and determine if the ray hit distance is withing specific range…