void OnTriggerEnter2D(Collider2D other) { if (other.tag == "Sign") { manager.BallHitSign(gameObject); } }