Unity Comment définir GameObjkect activé
//This is for unity
GameObject.SetActive(true);
Open Oryx
//This is for unity
GameObject.SetActive(true);
GameObject.Find("PlayMenu 3").SetActive(false);
// you could also store a GameObject as variable
gameObject.SetActive(true);
gameObject.SetActive(false);