private void OnTriggerEnter2D(Collider2D collision) { if (collision.gameObject.name == "Player") { if (!pipe.GetActive()) { pipe.Active(isUp); } } }