15 lines
713 B
C#
15 lines
713 B
C#
|
namespace AmazingAssets.CurvedWorldEditor
|
|||
|
{
|
|||
|
internal static class AssetInfo
|
|||
|
{
|
|||
|
public const string assetName = "Curved World";
|
|||
|
public static readonly string assetNameTrimmed = assetName.Replace(" ", string.Empty);
|
|||
|
public const string assetVersion = "2021.3";
|
|||
|
public const string assetStorePath = "content/173251";
|
|||
|
public const string assetStorePathShortLink = "http://u3d.as/1W8h";
|
|||
|
public const string assetForumPath = "https://forum.unity.com/threads/curved-world-2.344041/";
|
|||
|
|
|||
|
public const string assetSupportMail = "support@amazingassets.world";
|
|||
|
public const string publisherPage = "https://assetstore.unity.com/publishers/1295";
|
|||
|
}
|
|||
|
}
|