Skip to content

[6.0] DOCG-7089 - Fix markdown table in PPV2 docs #8146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 25, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ The **Waveform** that Unity shows in the Game window.
| ------------ | ------------------------------------------------------------ |
| Waveform | Enable this checkbox to display the **Waveform** monitor in the Game window. |
| Exposure | Set the exposure value this graph samples from. |

<a name="vectorscope"></a>
### **Vectorscope**

Expand Down
4 changes: 3 additions & 1 deletion com.unity.postprocessing/Documentation~/Quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ You can use this setting to optimize your cameras to only use anti-aliasing when

### Toolkit
The Toolkit section comes with a few utilities.
| Property | Description |

| **Property** | **Description** |
| ------------------------------- | ------------------------------------------------------------ |
| Export the current frame to EXR | Supports the following modes:<br>- **Full Frame (as displayed):** Exports the current frame of the Camera’s view. For example, if it is set to the Camera shown in the Game View, the export looks exactly like what is shown in the Game View.<br>- **Disable post-processing:** Exports the current frame of the Camera’s view, without any post-processing applied.<br>- **Break before Color Grading (linear):** Exports the current frame of the Camera’s view, but stops rendering just before **Color Grading** is applied. This is useful if you want to author grading LUTs in an external software.<br>- **Break before Color Grading (log):** Exports the current frame of the Camera’s view and log-encodes the output. This is useful if you want to author full-precision HDR grading LUTs in an external software. |
| Select all layer volumes | Selects all **Post-process Volume** components that can affect this **Post-process Layer**. |
| Select all active volumes | Selects all **Post-process Volume** components currently affecting this **Post-process Layer**. |

### Custom Effect Sorting

**Custom Effect Sorting** allows you to change the rendering order of custom effects. Custom effects in your scene appear here in a reorderable list from first to last. You can drag and drop each setting to change their order.
Expand Down