Skip to content

Commit 780a979

Browse files
oleks-kJordanL8
authored andcommitted
Backported #6235: Added the Show Additional Properties description to the URP Asset. (#6236)
1 parent 08cfd12 commit 780a979

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

com.unity.render-pipelines.universal/Documentation~/universalrp-asset.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,23 @@ In the URP, you can configure settings for:
2222

2323
**Note:** If you have the experimental 2D Renderer enabled (menu: **Graphics Settings** > add the 2D Renderer Asset under **Scriptable Render Pipeline Settings**), some of the options related to 3D rendering in the URP Asset don't have any impact on your final app or game.
2424

25+
### How to show Additional Properties
2526

27+
Unity does not show certain advanced properties in the URP Asset by default. To see all available properties:
28+
29+
* In the [URP Asset](../universalrp-asset.md), in any section, click the vertical ellipsis icon (⋮) and select **Show Additional Properties**
30+
31+
![Show Additional Properties](Images/settings-general/show-additional-properties.png)
32+
33+
Unity shows all available properties in the current section.
34+
35+
To show all additional properties in all sections:
36+
37+
1. Click the vertical ellipsis icon (⋮) and select **Show All Additional Properties**. Unity opens the **Core Render Pipeline** section in the **Preferences** window.
38+
39+
2. In the property **Additional Properties > Visibility**, select **All Visible**.
40+
41+
![Additional Properties > Visibility > All Visible](Images/settings-general/show-all-additional-properties.png)
2642

2743
### General
2844
The __General__ settings control the core part of the pipeline rendered frame.

0 commit comments

Comments
 (0)