From 81a52c20c45392f6f365fe267cba125866e5a487 Mon Sep 17 00:00:00 2001 From: MorphiksBuilder <32265170+MorphiksBuilder@users.noreply.github.com> Date: Tue, 3 Dec 2019 17:34:51 +0100 Subject: [PATCH] Updated README.md Added link to HDRP volumetric and specified its a Legacy package. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abfa77d..fdd2e26 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Volumetric fog, area lights and tube lights This repository contains some of the lighting effects implemented for the [Unity Adam demo](https://unity3d.com/pages/adam): volumetric fog, area lights and tube lights. +## Now integrated in HDRP + +Volumetric fog is now included in the High Definition Rendering Pipeline (HDRP) : https://docs.unity3d.com/Manual/pack-keys.html => High Definition RP => Lighting / Lighting Volumetric. This package is intended for Unity Adam demo and Legacy usage, it will mostly get compatibility fixes. + ##### Adam ![fog in the Adam demo](http://i.imgur.com/XYExw51.gif) @@ -22,7 +26,7 @@ Transparent spheres and a point light. System requirements ------------------- - Compute shaders. Tested on dx11, dx12 and osx with metal. Might work on other platforms with compute shaders too. -- Tested in Unity 5.6 to Unity 2018.3.0b5. Please let me know in case of trouble in a newer version. +- Tested in Unity 5.6 to Unity 2019.3.0b12. Please let me know in case of trouble in a newer version. Usage notes -----------