if (hit.collider.tag == "Through") { //... if (collisions.fallingThroughPlatform) { continue; } //... }