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

13 lines
472 B
C#
Raw Normal View History

2024-06-03 18:26:03 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public static 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 const string SEM_VERSION = "3.4.1";
public const string INTEGRATION_PATH = "Packages/com.distantlands.cozy.core/Content/Integration/";
}