UnityEditor.AssetStoreUtils.GetAssetStoreUrl C# (CSharp) Method

GetAssetStoreUrl() public static method

public static GetAssetStoreUrl ( ) : string
return string
        public static string GetAssetStoreUrl()
        {
            return "https://shawarma.unity3d.com";
        }

Usage Example

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