Good morning people, I’m tackling the lecture from the obstacle course project and i have some questions about the OnCollisionEnter method. From what i’ve see in the video, the teacher uses it with the parameters: OnCollisionEnter (Collision other) while both in my editor and Unity api every section about this method states that it uses the (collision collision) parameters
what’s the difference between collision other and collision collision?