short question (I hope) - I have a GameObject with two seperate PolygonColliders attached (for Mouse detection).
In the OnMouseDown method, I want to route to different methods depending on which collider was clicked. But I see no way to find out - any suggestions?