top of page

ゲームオブジェクト表示&非表示

表示

gameObject.SetActive (true);

​非表示

gameObject.SetActive (false);

bottom of page