public void Dim(Character c) { if (c == null || c == character) { GUIUtility.DimGUI(transform, 1f); } else { GUIUtility.DimGUI(transform); } }