Files
CortexCore 911c184a2a 1
2024-05-17 16:44:15 +08:00

22 lines
1.2 KiB
C#

#if GRIFFIN
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System;
namespace Pinwheel.Griffin
{
public static class GAssetLink
{
public const string LWRP_SUPPORT_EXTENSION = "https://assetstore.unity.com/packages/slug/157782";
public const string URP_SUPPORT_EXTENSION = "https://assetstore.unity.com/packages/slug/157785";
public const string POSEIDON = "https://assetstore.unity.com/packages/vfx/shaders/substances/poseidon-low-poly-water-system-builtin-lwrp-153826?aid=1100l3QbW&pubref=p2-editor";
public const string JUPITER = "https://assetstore.unity.com/packages/slug/159992?aid=1100l3QbW&pubref=p2-editor";
public const string VEGETATION_STUDIO_PRO = "https://assetstore.unity.com/packages/tools/terrain/vegetation-studio-pro-131835?aid=1100l3QbW&pubref=p2-editor";
public const string VSP_INTEGRATION = "https://assetstore.unity.com/packages/slug/169036";
public const string MICRO_SPLAT = "https://assetstore.unity.com/packages/tools/terrain/microsplat-96478";
public const string MICRO_SPLAT_INTEGRATION = "https://assetstore.unity.com/packages/slug/166851?aid=1100l3QbW&pubref=p2-editor";
}
}
#endif