What exactly is collision.contacts[0]? What is inside of this array at index 0?
What exactly is collision.contacts[0];? So when something collides, the function OnCollisionEnter triggers, we get a collision object that has contactpoints? What is being stored in contacts[0]? x,y,z cords? also, this ContactPoint.point = Vector3 position.