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
Copy file name to clipboardExpand all lines: Packages/com.unity.render-pipelines.universal/Documentation~/features/rendering-layers.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,9 @@ When you enable Rendering Layers for Decals, Unity shows the **Rendering Layers*
36
36
37
37
To edit the names of Rendering Layers:
38
38
39
-
1. Go to **Project Settings** > **Graphics** > **URP Global Settings**.
39
+
1. Go to **Project Settings** > **Tags and Layers**.
40
40
41
-
2. Edit the Rendering Layer names in the **Rendering Layers (3D)** section.
42
-
43
-
<br/>*Graphics > URP Global Settings > Rendering Layers (3D)*
41
+
2. Edit the Rendering Layer names in the **Rendering Layers** section.
44
42
45
43
## <aname="how-to-rendering-layers"></a>How to use Rendering Layers with Lights
46
44
@@ -60,9 +58,7 @@ To implement the example:
60
58
61
59
2. Create two Point Lights (call them `A`, and `B`) and two Spheres (call them `C`, and `D`). Position the objects so that both Spheres are within the emission range of Lights.
62
60
63
-
3. Go to **Project Settings > Graphics > URP Global Settings**. Rename Rendering Layer 1 to `Red`, and Layer 2 to `Green`.
64
-
65
-

61
+
3. Go to **Project Settings** > **Tags and Layers**. Rename Rendering Layer 1 to `Red`, and Layer 2 to `Green`.
66
62
67
63
4. Select Light `A`, change its color to green. Select Light `B`, change its color to red. With this setup, both Lights affect both Spheres.
68
64
@@ -120,9 +116,7 @@ To implement the example:
120
116
121
117
2.[Create a Decal Projector](../renderer-feature-decal.md#how-to-use-the-feature) in the scene.
122
118
123
-
3. Go to **Project Settings > Graphics > URP Global Settings**. Add a Rendering Layer called `Receive decals`.
124
-
125
-

119
+
3. Go to **Project Settings** > **Tags and Layers**. Add a Rendering Layer called `Receive decals`.
126
120
127
121
4. Select the Decal Projector. In the Rendering Layers property, select `Receive decals`.
Copy file name to clipboardExpand all lines: Packages/com.unity.render-pipelines.universal/Documentation~/urp-global-settings.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,6 @@ The section contains the following settings that let you define project-wide set
6
6
7
7
You can also add your own settings. Refer to [Add custom settings](https://docs.unity3d.com/Packages/[email protected]/manual/add-custom-graphics-settings.md) in the Scriptable Render Pipeline (SRP) Core manual for more information.
8
8
9
-
## Rendering Layers (3D)
10
-
11
-
Use this section to define the names of Rendering Layers. Rendering Layers only work with 3D Renderers.
12
-
13
9
## Shader Stripping
14
10
15
11
The check boxes in this section define which shader variants Unity strips when you build the Player.
0 commit comments