public static float Dpi() { #if UNITY_ANDROID && !UNITY_EDITOR return(AndroidUtils.Dpi()); #else return(Screen.dpi); #endif }