Skip to content

Commit 27e7ab3

Browse files
committed
[9.x.x backport] backporting #525
1 parent 7e7a097 commit 27e7ab3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

com.unity.render-pipelines.universal/Documentation~/camera-component-reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,11 @@ A camera stack allows to composite results of several cameras together. The came
118118

119119
You can use the stack property add Overlay cameras to the stack and they will render in the order as defined in the stack. For more information on configuring and using Camera Stacks, see [Camera Stacking](camera-stacking.md).
120120

121-
__Important note:__ In this version of URP, Camera Stacking is not supported when using the 2D Renderer or when using the VR Multi Pass mode. Support for these will be added in upcoming versions of URP.
122-
123121
<a name="overlay-camera"></a>
124122
## Overlay Camera component reference
125123

126124
![Overlay Camera Inspector](Images/camera-inspector-overlay.png)
127125

128-
__Important note:__ In this version of URP, Camera Stacking is not supported when using the 2D Renderer or when using the VR Multi Pass mode. Support for these will be added in upcoming versions of URP.
129-
130126
When you use [Camera Stacking](camera-stacking.md), the [Base Camera](camera-types-and-render-mode.md#base-camera) of a Camera Stack determines most of the properties of the Camera Stack. Because [Overlay Cameras](camera-types-and-render-mode.md#overlay-camera) can only be used as part of a Camera Stack, you can configure only a limited number of settings on an Overlay Camera. Overlay cameras not assigned to a camera stack will skip rendering.
131127

132128
The Camera Inspector has the following sections when the Camera has its Render Mode set to Overlay. To read more about a section, click the corresponding link below, or scroll down on the page:

com.unity.render-pipelines.universal/Documentation~/camera-stacking.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Camera Stacking
22
In the Universal Render Pipeline (URP), you use Camera Stacking to layer the output of multiple Cameras and create a single combined output. Camera Stacking allows you to create effects such as a 3D model in a 2D UI, or the cockpit of a vehicle.
33

4-
__Important note:__ In this version of URP, Camera Stacking is not supported when using the 2D Renderer or when using the VR Multi Pass mode. Support for these will be added in upcoming versions of URP.
5-
64
![Camera Stacking in URP](Images/camera-stacking-example.png)
75

86
A Camera Stack consists of a [Base Camera](camera-types-and-render-type.md#base-camera) and one or more [Overlay Cameras](camera-types-and-render-type.md#overlay-camera). A Camera Stack overrides the output of the Base Camera with the combined output of all the Cameras in the Camera Stack. As such, anything that you can do with the output of a Base Camera, you can do with the output of a Camera Stack. For example, you can render a Camera Stack to a given render target, apply post-process effects, and so on.

0 commit comments

Comments
 (0)