Si définir actif == FAUX UNITY

 if (gameobject_name.activeInHierarchy == false)
 {
 	//DO SOMETHING
 }
Zarden