UnityEditor.AssetStoreUtils.GetAssetStoreSearchUrl C# (CSharp) Method

GetAssetStoreSearchUrl() public static method

public static GetAssetStoreSearchUrl ( ) : string
return string
        public static string GetAssetStoreSearchUrl()
        {
            return GetAssetStoreUrl().Replace("https", "http");
        }