Cozy Wather + buld systeme

This commit is contained in:
2026-07-07 16:43:51 +02:00
parent 031ac42e5d
commit 6b26ae3376
2140 changed files with 3482825 additions and 2252 deletions
@@ -0,0 +1,17 @@
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";
}
}