You make a collision by hitting two physics objects against eachother. You reference that collision in C# scripts with one of the following, depending on your needs: OnCollisionEnter() OnCollisionExit() OnCollisionStay()