Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down