You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Flare Tint**| Controls the tint of the flare of the celestial body. |
45
+
|**Flare Multiplier**| Multiplier applied on the flare intensity. |
46
+
44
47
HDRP allows you to use a RenderTexture as a light cookie. However, for the sake of performance, if you make any changes to the RenderTexture, HDRP doesn't automatically update the cookie atlas. To notify the system that the RenderTexture content has changed and so make the system upload the change to the cookie atlas, call `IncrementUpdateCount()` on the RenderTexture. If you don't do this, the system doesn't update the cookie.
Copy file name to clipboardexpand all lines: Packages/com.unity.render-pipelines.high-definition/Documentation~/Override-Visual-Environment.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ The Visual Environment Volume component override specifies the **Sky Type** that
4
4
5
5
## Using the Visual Environment
6
6
7
-
The **Visual Environment** uses the [Volume](Volumes.md) framework, so to enable and modify **Visual Environment** properties, you must add a **Visual Environment** override to a [Volume](Volumes.md) in your Scene.
7
+
The **Visual Environment** uses the [Volume](volume-component.md) framework, so to enable and modify **Visual Environment** properties, you must add a **Visual Environment** override to a [Volume](volume-component.md) in your Scene.
8
8
9
-
The **Visual Environment** override comes as default when you create a **Scene Settings** GameObject (Menu: **GameObject** > **Volumes** > **Sky and Fog Global Volume**). You can also manually add a **Visual Environment** override to any [Volume](Volumes.md). To manually add **Visual Environment** to a Volume:
9
+
The **Visual Environment** override comes as default when you create a **Scene Settings** GameObject (Menu: **GameObject** > **Volumes** > **Sky and Fog Global Volume**). You can also manually add a **Visual Environment** override to any [Volume](volume-component.md). To manually add **Visual Environment** to a Volume:
10
10
11
11
1. In the Scene or Hierarchy view, select a GameObject that contains a Volume component to view it in the Inspector.
12
12
2. In the Inspector, go to **Add Override** and select **Visual Environment**.
@@ -25,8 +25,8 @@ You can use the **Visual Environment** override to control the sky and fog for t
| **Sky Type** | Use the drop-down to select the type of sky that HDRP renders when this Volume affects a Camera. This list automatically updates when you [create a custom Sky](Creating-a-custom-sky). <br />• **None**: HDRP doesn't render a sky for Cameras in this Volume.<br />• [Gradient Sky](Override-Gradient-Sky.md): Renders the top, middle, and bottom sections of the sky using three separate color zones. HDRP controls the size of these color zones using the Gradient Sky’s **Gradient Diffusion** property.<br />• [HDRI Sky](Override-HDRI-Sky.md): Uses a cubemap texture to represent the entire sky.<br />• [Physically Based Sky](Override-Physically-Based-Sky.md): Simulates the sky of a spherical planet with a two-part atmosphere which has an exponentially decreasing density with respect to its altitude.<br />• [Procedural Sky](Override-Procedural-Sky.md): Generates a sky based on properties such as, **Sky Tint**, **Ground Color**, and **Sun Size**. HDRP deprecated **Procedural Sky** in 2019.3 and replaced it with **Physically Based Sky**. To use Procedural Sky for HDRP Projects in Unity 2019.3 or later, follow the instructions on the [Upgrading from 2019.2 to 2019.3 guide](Upgrading-From-2019.2-to-2019.3.md#ProceduralSky).<br /><br />Note: If you select any option that's not **None**, make sure the respective sky [Volume override](Volume-Components.md) exists in a Volume in you Scene. For example, if you select **Gradient Sky**, your Scene must contain a Volume with a [Gradient Sky](Override-Gradient-Sky.md) override. |
29
-
|**Background Clouds**| Use the drop-down to select the type of clouds that HDRP renders when this Volume affects a Camera. The options are:<br/>•**None**: Doesn't render any clouds.<br/>•**Cloud Layer**: Renders clouds using the [Cloud Layer system](Override-Cloud-Layer.md).<br/>This list automatically updates when you [create custom clouds](Creating-Custom-Clouds.md).<br/>For more information, refer to the [clouds in HDRP documentation](Clouds-In-HDRP.md). |
28
+
| **Sky Type** | Use the drop-down to select the type of sky that HDRP renders when this Volume affects a Camera. This list automatically updates when you [create a custom Sky](create-a-custom-sky.md). <br />• **None**: HDRP doesn't render a sky for Cameras in this Volume.<br />• [Gradient Sky](gradient-sky-volume-override-reference.md): Renders the top, middle, and bottom sections of the sky using three separate color zones. HDRP controls the size of these color zones using the Gradient Sky’s **Gradient Diffusion** property.<br />• [HDRI Sky](hdri-sky-volume-override-reference.md): Uses a cubemap texture to represent the entire sky.<br />• [Physically Based Sky](physically-based-sky-volume-override-reference.md): Simulates the sky of a spherical planet with a two-part atmosphere which has an exponentially decreasing density with respect to its altitude.<br />• Procedural Sky: Generates a sky based on properties such as, **Sky Tint**, **Ground Color**, and **Sun Size**. HDRP deprecated **Procedural Sky** in 2019.3 and replaced it with **Physically Based Sky**. To use Procedural Sky for HDRP Projects in Unity 2019.3 or later, follow the instructions on the [Upgrading from 2019.2 to 2019.3 guide](Upgrading-From-2019.2-to-2019.3.md#ProceduralSky).<br /><br />Note: If you select any option that's not **None**, make sure the respective sky [Volume override](volume-component.md) exists in a Volume in you Scene. For example, if you select **Gradient Sky**, your Scene must contain a Volume with a [Gradient Sky](gradient-sky-volume-override-reference.md) override. |
29
+
|**Background Clouds**| Use the drop-down to select the type of clouds that HDRP renders when this Volume affects a Camera. The options are:<br/>•**None**: Doesn't render any clouds.<br/>•**Cloud Layer**: Renders clouds using the [Cloud Layer system](cloud-layer-volume-override-reference.md).<br/>This list automatically updates when you [create custom clouds](create-custom-cloud-effects.md).<br/>For more information, refer to the [clouds in HDRP documentation](clouds.md). |
30
30
|**Ambient Mode**| Use the drop-down to select the mode this Volume uses to process ambient light.<br />•**Static**: Ambient light comes from the baked sky assigned to the **Static Lighting Sky** property in the Lighting window. This light affects both real-time and baked global illumination. For information on how to set up environment lighting, see the [Environment Lighting documentation](Environment-Lighting.md#lighting-environment).<br />•**Dynamic**: Ambient light comes from the sky that you set in the **Sky** > **Type** property of this override. This means that ambient light can change in real time depending on the current Volume affecting the Camera. If you use baked global illumination, changes to the environment lighting only affect GameObjects exclusively lit using Ambient Probes. If you use real-time global illumination, changes to the environment lighting affect both lightmaps and Ambient Probes. |
31
31
32
32
### Planet
@@ -54,6 +54,6 @@ After you have set your **Sky Type**, if you want to override the default settin
54
54
* To disable the override, disable the checkbox to the left of the **Procedural Sky** title .
55
55
* To remove the override, click the drop-down menu to the right of the title and select **Remove** .
56
56
57
-
On the [Gradient Sky](Override-Gradient-Sky.md) override itself, you can enable the checkboxes next to each property to override the property with your own values. For example, enable the checkbox next to the **Middle** property and use the color picker to change the color to pink.
57
+
On the [Gradient Sky](gradient-sky-volume-override-reference.md) override itself, you can enable the checkboxes next to each property to override the property with your own values. For example, enable the checkbox next to the **Middle** property and use the color picker to change the color to pink.
// Note that the SSR with clear coat is a binary state, which means we should never enter the if condition if we don't have an active
1793
1793
// clear coat (which is not guaranteed by the HasFlag condition in deferred mode in some cases). We then need to make sure that coatMask is actually non zero.
1794
-
if (HasFlag(bsdfData.materialFeatures, MATERIALFEATUREFLAGS_LIT_CLEAR_COAT) && bsdfData.coatMask > 0.0)
1794
+
if (HasFlag(bsdfData.materialFeatures, MATERIALFEATUREFLAGS_LIT_CLEAR_COAT) && bsdfData.coatMask >=0.0)
1795
1795
{
1796
1796
// We use the coat-traced light according to how similar the base lobe roughness is to the coat roughness
Copy file name to clipboardexpand all lines: Packages/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/LineRendering/Core/LineRendering.cs
Copy file name to clipboardexpand all lines: Packages/com.unity.visualeffectgraph/Documentation~/whats-new-17.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# What's new in version 17 / Unity 2023.3
1
+
# What's new in version 17 / Unity 6
2
2
3
-
This page contains an overview of new features, improvements, and issues resolved in version 17 of the Visual Effect Graph, embedded in Unity 2023.3.
3
+
This page contains an overview of new features, improvements, and issues resolved in version 17 of the Visual Effect Graph, embedded in Unity 6.
4
4
5
5
## Added
6
6
7
-
The following is a list of features Unity added to version 17 of the Visual Effect Graph embedded in Unity 2023.3. Each entry includes a summary of the feature and a link to any relevant documentation.
7
+
The following is a list of features Unity added to version 17 of the Visual Effect Graph embedded in Unity 6. Each entry includes a summary of the feature and a link to any relevant documentation.
8
8
9
9
### URP Camera Buffer
10
10
@@ -59,7 +59,7 @@ The [Shortcut Manager](https://docs.unity3d.com/2023.3/Documentation/Manual/Shor
The following is a list of improvements Unity made to the Visual Effect Graph in version 17, embedded in Unity 2023.3. Each entry includes a summary of the improvement and, if relevant, a link to any documentation.
62
+
The following is a list of improvements Unity made to the Visual Effect Graph in version 17, embedded in Unity 6. Each entry includes a summary of the improvement and, if relevant, a link to any documentation.
63
63
64
64
### Collider Shape Blocks:
65
65
[Collider blocks](https://docs.unity3d.com/Packages/[email protected]/manual/Block-CollideWithSphere.html) have been combined so that you can easily switch between shapes. Several options have been added, and stability and accuracy have been greatly improved.
0 commit comments