From 6f99a55a958519ee54add6e0d940cfefe88aeb09 Mon Sep 17 00:00:00 2001 From: Oleksandr Kokoshyn Date: Mon, 8 Nov 2021 02:46:22 +0100 Subject: [PATCH] Added the Show Additional Properties description to the URP Asset. --- .../show-all-additional-properties.png | 3 +++ .../Documentation~/universalrp-asset.md | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 com.unity.render-pipelines.universal/Documentation~/Images/settings-general/show-all-additional-properties.png diff --git a/com.unity.render-pipelines.universal/Documentation~/Images/settings-general/show-all-additional-properties.png b/com.unity.render-pipelines.universal/Documentation~/Images/settings-general/show-all-additional-properties.png new file mode 100644 index 00000000000..5ac50277b14 --- /dev/null +++ b/com.unity.render-pipelines.universal/Documentation~/Images/settings-general/show-all-additional-properties.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37f22ae902ed2647671a668378f2ec13436bbb562e5bed4d0a42d723942968b +size 21471 diff --git a/com.unity.render-pipelines.universal/Documentation~/universalrp-asset.md b/com.unity.render-pipelines.universal/Documentation~/universalrp-asset.md index 50d7542b2d4..79b27afa11b 100644 --- a/com.unity.render-pipelines.universal/Documentation~/universalrp-asset.md +++ b/com.unity.render-pipelines.universal/Documentation~/universalrp-asset.md @@ -22,7 +22,23 @@ In the URP, you can configure settings for: **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. +### How to show Additional Properties +Unity does not show certain advanced properties in the URP Asset by default. To see all available properties: + +* In the [URP Asset](../universalrp-asset.md), in any section, click the vertical ellipsis icon (⋮) and select **Show Additional Properties** + + ![Show Additional Properties](Images/settings-general/show-additional-properties.png) + + Unity shows all available properties in the current section. + +To show all additional properties in all sections: + +1. Click the vertical ellipsis icon (⋮) and select **Show All Additional Properties**. Unity opens the **Core Render Pipeline** section in the **Preferences** window. + +2. In the property **Additional Properties > Visibility**, select **All Visible**. + + ![Additional Properties > Visibility > All Visible](Images/settings-general/show-all-additional-properties.png) ### General The __General__ settings control the core part of the pipeline rendered frame.