- Home /
C# How to Detect Edges of a Collider
Hi everyone, how do you detect edges of a collider in a script? I want to detect the edges of a cube collider but I'm not sure how.
Comment
Look at the collider manual provided by unity, it tells you how. If you want precision as to which edge, I am not sure they provide that, it just tells you simply when object has touched another object.