Question by
Caolan · Aug 18, 2016 at 10:10 PM ·
scripting problemcollisioncollision detectiondocumentation
What is ContactPoint.point?
The docs just say it is the contact point of the collision.. in relation to what? World space? local space? The collider on the gameObject?
Am I missing something, or is that description just vague?
I am trying to find the point in world space where a collision happened.
Vector3 lastCol = col.contacts[0].point;
does not seem to do it.
Comment
Your answer
Follow this Question
Related Questions
Collisions not working in top-down RPG? 0 Answers
Detect collision from direction 0 Answers
How i can fix a player controller bug? 0 Answers
Object reference not set to an instance of an object 0 Answers
What is the correct way to learn unity scripting ? 2 Answers