GetAssetStoreUrl() public static method

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