void OnCollisionEnter(Collision other) { if (other.gameObject.tag != "Bullet") { bulletManager.ClearBullet(this); } }