Sembunyikan Game Obj Oncollisionenter

private void OnCollisionEnter()
{
	GameObject.SetActive(false);
}
Obnoxious Ocelot