скрыть игру Obj OncollisionEnter

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