void SettingTheFirstObjHasActiveOrNot(bool active) { foreach (GameObject Ds in FirstDisActiveObj) { Ds.SetActive(active); } }