ProjectDDD/Packages/com.distantlands.cozy.core/Editor/AssetInformation.cs

17 lines
630 B
C#
Raw Normal View History

using System;
namespace DistantLands.Cozy.EditorScripts
{
public class AssetInformation
{
public const string PACKAGE_ID = "com.distantlands.cozy.core";
public const string ASSET_ID = "cozy-stylized-weather-3-271742";
public const string ASSET_NAME = "COZY: Stylized Weather 3";
public static Version INSTALLED_VERSION;
public static Version UAS_VERSION;
public const string INTEGRATION_PATH = "Packages/com.distantlands.cozy.core/Content/Integration/";
public const string VERSION_URL = "https://api.assetstore.unity3d.com/package/latest-version/271742";
}
}