33 lines
1.4 KiB
C#
33 lines
1.4 KiB
C#
using UnityEngine;
|
|
|
|
namespace Gaia.GXC.Dogmatic
|
|
{
|
|
public class AQUASWaterSet : MonoBehaviour
|
|
{
|
|
public static string GetPublisherName()
|
|
{
|
|
return "Dogmatic";
|
|
}
|
|
|
|
public static string GetPackageName()
|
|
{
|
|
return "AQUAS Water Set";
|
|
}
|
|
|
|
public static string GetPackageImage()
|
|
{
|
|
return "AQUASWaterSet";
|
|
}
|
|
|
|
public static string GetPackageDescription()
|
|
{
|
|
return "AQUAS Water contains a set of 9 flat water shaders for all types of platforms, environments and games. It is highly customizable and feature rich to suit all needs.\r\n \r\nAQUAS contains 4 mobile shaders for different performance levels and 5 high-quality shaders for web and desktop applications.\r\n\r\nFeatures:\r\n\r\nRendering:\r\n- Multi-Light-Support\r\n- Distorted Realtime Reflections\r\n- Realtime Refraction\r\n- Depth Based Color Absorption\r\n- Self-Sustaining Fog System, that works with any custom lighting\r\n- Dual-layered Caustic effects\r\n\r\nUnderwater Effects\r\n- Limited & Distorted Vision\r\n- Bloom, Blur & Godrays\r\n- 3D Morphing Bubbles\r\n- Realistic Bubble Spawner\r\n- Advanced Wet Lens Effect\r\n\r\nEase of use\r\n- Works out of the box (Demo Scene included)\r\n- Highly customizable\r\n- Quick Setup\r\n\r\nAQUAS works with Unity Free & Pro";
|
|
}
|
|
|
|
public static string GetPackageURL()
|
|
{
|
|
return "https://www.assetstore.unity3d.com/en/#!/content/52103";
|
|
}
|
|
}
|
|
}
|