Skip to content

Commit 7be0996

Browse files
authored
[6.0] DOCG-7089 - Fix markdown table in PPV2 docs (#8146)
DOCG-7089 - Fix markdown table in PPV2 docs
1 parent df1baa7 commit 7be0996

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

com.unity.postprocessing/Documentation~/Debugging-Post-processing-effects.md

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The **Waveform** that Unity shows in the Game window.
8282
| ------------ | ------------------------------------------------------------ |
8383
| Waveform | Enable this checkbox to display the **Waveform** monitor in the Game window. |
8484
| Exposure | Set the exposure value this graph samples from. |
85+
8586
<a name="vectorscope"></a>
8687
### **Vectorscope**
8788

com.unity.postprocessing/Documentation~/Quick-start.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ You can use this setting to optimize your cameras to only use anti-aliasing when
4343

4444
### Toolkit
4545
The Toolkit section comes with a few utilities.
46-
| Property | Description |
46+
47+
| **Property** | **Description** |
4748
| ------------------------------- | ------------------------------------------------------------ |
4849
| 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. |
4950
| Select all layer volumes | Selects all **Post-process Volume** components that can affect this **Post-process Layer**. |
5051
| Select all active volumes | Selects all **Post-process Volume** components currently affecting this **Post-process Layer**. |
52+
5153
### Custom Effect Sorting
5254

5355
**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.

0 commit comments

Comments
 (0)