20 lines
		
	
	
		
			982 B
		
	
	
	
		
			C#
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			982 B
		
	
	
	
		
			C#
		
	
	
	
// Curved World <http://u3d.as/1W8h>
 | 
						|
// Copyright (c) Amazing Assets <https://amazingassets.world>
 | 
						|
 
 | 
						|
namespace AmazingAssets.CurvedWorld.Editor
 | 
						|
{
 | 
						|
    internal static class AssetInfo
 | 
						|
    {
 | 
						|
        public const string assetName = "Curved World";
 | 
						|
        public static readonly string assetNameTrimmed = assetName.Replace(" ", string.Empty);
 | 
						|
        public const string assetVersion = "2024.2";
 | 
						|
        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 assetManualLocation = "https://docs.google.com/document/d/1nptLK-X8kwUdXWbE_RyqiaPHYd5R96zu7LptWJ2tcf4/edit?usp=sharing";
 | 
						|
 | 
						|
        public const string assetSupportMail = "support@amazingassets.world";
 | 
						|
        public const string publisherPage = "https://assetstore.unity.com/publishers/1295";
 | 
						|
    }
 | 
						|
}
 |