private void UnactiveGameobject(GameObject go) { if (_enabled) { AppearanceUtils.UnactiveGameobject(go); } }