public static void OpenUrl(string url) { #if UNITY_IOS IOSUtil.iosOpenUrl(url); #elif UNITY_ANDROID AndroidUtil.OpenUrl(url); #endif }