Skip to content

Commit 82ebd69

Browse files
authored
Added URP outline issue to the doc as a known issue. (#308)
1 parent 6ee41c7 commit 82ebd69

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

com.unity.toonshader/Documentation~/Known-issue.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@
44

55
The **Unity Toon Shader** [Outline](Outline.md) isn't automatically disabled when recording with [AOV Image Sequence Recorder](https://docs.unity3d.com/Packages/[email protected]/manual/RecorderAOV.html), Please disable [Outline](Outline.md#outline) in Material Inspectors when outputting AOV Images.
66

7+
## When using Universal Render Pipeline
8+
9+
When using [Universal Render Pipeline](https://docs.unity3d.com/Manual/com.unity.render-pipelines.universal.html), you need to set [Depth Priming Mode](https://docs.unity3d.com/Packages/[email protected]/manual/urp-universal-renderer.html#rendering) disabled to show [outline](Outline.md).
10+
11+
12+
| Depth Priming Mode Auto | Depth Priming Mode Disabled |
13+
| ---- | ---- |
14+
| <img src="images/DepthPrimingModeAuto.png" > | <img src="images/DepthPrimingModeDisabled.png" > |
15+
<br>
205 KB
Loading
194 KB
Loading

0 commit comments

Comments
 (0)