From 1b4c39fad459f646358a894fbaa25f2718361a4d Mon Sep 17 00:00:00 2001 From: Lewis Jordan Date: Fri, 10 Jul 2020 16:56:58 +0100 Subject: [PATCH] Added disclaimer to volumes --- .../Documentation~/Volumes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com.unity.render-pipelines.high-definition/Documentation~/Volumes.md b/com.unity.render-pipelines.high-definition/Documentation~/Volumes.md index 9314ccccb48..27f64ddfd51 100644 --- a/com.unity.render-pipelines.high-definition/Documentation~/Volumes.md +++ b/com.unity.render-pipelines.high-definition/Documentation~/Volumes.md @@ -10,6 +10,8 @@ At runtime, HDRP looks at all of the enabled Volumes attached to active GameObje Volumes can contain different combinations of Volume overrides. For example, one Volume may hold a Physically Based Sky Volume override while other Volumes hold an Exponential Fog Volume override. +Note that, for Volumes with the same priority, there is no guarantee on the order in which HDRP evaluates them. This means that, depending on creation order, a global Volume can take precedence over a local Volume. The result is that a Camera can go within the bounds of a local Volume but still exclusively use the Volume Override properties from a global Volume in the Scene. + ## Properties ![image alt text](Images/Volumes1.png)