public static int GetMemoryLimit() { #if UNITY_ANDROID return(AndroidUtil.GetMemoryLimit()); #else return(0); #endif }