2024-03-05 17:34:41 +08:00
|
|
|
#if GRIFFIN
|
2023-12-30 17:37:48 +08:00
|
|
|
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";
|
|
|
|
}
|
|
|
|
}
|
2024-03-05 17:34:41 +08:00
|
|
|
#endif
|