#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=polaris21-editor"; public const string JUPITER = "https://assetstore.unity.com/packages/slug/159992?aid=1100l3QbW&pubref=polaris21-editor"; public const string VEGETATION_STUDIO_PRO = "https://assetstore.unity.com/packages/tools/terrain/vegetation-studio-pro-131835?aid=1100l3QbW&pubref=polaris21-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=polaris21-editor"; public const string POLARIS_3 = "https://assetstore.unity.com/packages/tools/terrain/polaris-3-low-poly-terrain-tool-286886?aid=1100l3QbW&pubref=polaris21-editor"; } } #endif