- Home /
Question by
ChiliStudio · Feb 01, 2021 at 06:46 AM ·
collisioncollision detectioncollision.contacts
How to get ALL Contact Points from EVERY Collision on a Rigidbody?
This should be simple. I want a list or array of all contact points that a Rigidbody/collider has, across all colliders.
I want to have this be updated every frame.
I just want to get every Contact Point that is currently being made against our Rigidbody, in one list or array.
Thanks!
Comment
Your answer
Follow this Question
Related Questions
Collision grazing edges. 1 Answer
What is purpose of ContactPoint2D.tangentImpulse and ContactPoint2D.normalImpulse? 0 Answers
Best collision detection method? 2 Answers
Problem with method Collider2D.isTouchingLayers() 4 Answers
How to make different actions using OnMouseDrag with two different colliders on one Game Object. 0 Answers