Skip to content

Commit cdb9877

Browse files
fatimah-fEvergreen
authored and
Evergreen
committed
Graphics docs feedback fixes
1 parent c5c1910 commit cdb9877

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

Packages/com.unity.render-pipelines.high-definition/Documentation~/Light-Component.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ To make a Light work with the **Animation window**, when you click on the **Add
3939

4040
<a name="AreaLight"></a>
4141

42-
| **- Flare Tint** | Controls the tint of the flare of the celestial body. |
43-
| **- Flare Multiplier** | Multiplier applied on the flare intensity. |
42+
| **Property** | **Description** |
43+
| ---------------- | ------------------------------------------------------------ |
44+
| **Flare Tint** | Controls the tint of the flare of the celestial body. |
45+
| **Flare Multiplier** | Multiplier applied on the flare intensity. |
46+
4447
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.
4548

4649
## Preset

Packages/com.unity.render-pipelines.high-definition/Documentation~/Override-Visual-Environment.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The Visual Environment Volume component override specifies the **Sky Type** that
44

55
## Using the Visual Environment
66

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.
88

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:
1010

1111
1. In the Scene or Hierarchy view, select a GameObject that contains a Volume component to view it in the Inspector.
1212
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
2525

2626
| **Property** | **Description** |
2727
| ---------------- | ------------------------------------------------------------ |
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](Creating-a-custom-sky). <br />&#8226; **None**: HDRP doesn't render a sky for Cameras in this Volume.<br />&#8226; [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 />&#8226; [HDRI Sky](Override-HDRI-Sky.md): Uses a cubemap texture to represent the entire sky.<br />&#8226; [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 />&#8226; [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/>&#8226; **None**: Doesn't render any clouds.<br/>&#8226; **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 />&#8226; **None**: HDRP doesn't render a sky for Cameras in this Volume.<br />&#8226; [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 />&#8226; [HDRI Sky](hdri-sky-volume-override-reference.md): Uses a cubemap texture to represent the entire sky.<br />&#8226; [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 />&#8226; 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/>&#8226; **None**: Doesn't render any clouds.<br/>&#8226; **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). |
3030
| **Ambient Mode** | Use the drop-down to select the mode this Volume uses to process ambient light.<br />&#8226; **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 />&#8226; **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. |
3131

3232
### Planet
@@ -54,6 +54,6 @@ After you have set your **Sky Type**, if you want to override the default settin
5454
* To disable the override, disable the checkbox to the left of the **Procedural Sky** title .
5555
* To remove the override, click the drop-down menu to the right of the title and select **Remove** .
5656

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.
5858

5959
![](Images/Override-VisualEnvironment2.png)

Packages/com.unity.visualeffectgraph/Documentation~/TableOfContents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [14 / Unity 2022.2](whats-new-14.md)
99
* [15 / Unity 2023.1](whats-new-15.md)
1010
* [16 / Unity 2023.2](whats-new-16.md)
11-
* [17 / Unity 2023.3](whats-new-17.md)
11+
* [17 / Unity 6](whats-new-17.md)
1212
* [Getting Started](GettingStarted.md)
1313
* [Visual Effect Graph Assets](VisualEffectGraphAsset.md)
1414
* [Visual Effect Graph Window](VisualEffectGraphWindow.md)

Packages/com.unity.visualeffectgraph/Documentation~/whats-new-17.md

+4-4
Original file line numberDiff line numberDiff 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
22

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.
44

55
## Added
66

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.
88

99
### URP Camera Buffer
1010

@@ -59,7 +59,7 @@ The [Shortcut Manager](https://docs.unity3d.com/2023.3/Documentation/Manual/Shor
5959

6060
<video src="Images/whatnew_17_BlockBanner.mp4" width="700" height="auto" autoplay="true" loop="true" controls></video>
6161

62-
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.
6363

6464
### Collider Shape Blocks:
6565
[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.

Packages/com.unity.visualeffectgraph/Documentation~/whats-new.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ The list of pages is as follows:
1111
- [14 / Unity 2022.2](whats-new-14.md)
1212
- [15 / Unity 2023.1](whats-new-15.md)
1313
- [16 / Unity 2023.2](whats-new-16.md)
14-
- [17 / Unity 2023.3](whats-new-17.md)
14+
- [17 / Unity 6](whats-new-17.md)
1515

0 commit comments

Comments
 (0)