unity-16: collision이용한 발사체 효과 2023-01-03 1 분 소요 public GameObject _hitEffectObj; void OnCollisionEnter(Collision other) { if (other.gameObject.CompareTag("CannonBall")) { ...