Commit 15dc399
Modify Warning message about missing Depth for RenderTexture
The current Warning message when Depth is missing from RenderTexture is not helpful in identifying the source of the error and how to fix it.
Updated this message for adding specific info about how to fix it.
Jira ticket: [UUM-73172](https://jira.unity3d.com/browse/UUM-73172)1 parent 4403a18 commit 15dc399
File tree
2 files changed
+2
-2
lines changed- Packages/com.unity.render-pipelines.universal/Runtime
- 2D/Rendergraph
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| |||
0 commit comments