Search Issue Tracker
Fixed
Fixed in 2022.3.11f1, 2023.3.0a3
Votes
1
Found in
2022.2.5f1
2023.1.0b2
2023.2.0a1
Issue ID
UUM-26399
Regression
No
Full screen renderer feature does not work with stencil
The Full screen shader graph target that is designed to be used with the full screen renderer feature has properties for setting stencil behaviour. These settings do not seem to have an influence when the shader is drawn using the Full screen renderer feature.
Steps to repro:
# open attached project
# Observe that the renderer is set up to draw the red sphere with stencil value 1 with render objects
# Observe that the "StencilPost" shader graph is set up with "Equal 1"
# Observe that the full screen renderer feature (added to the renderer) renders with the stencil post shader.
# Observe which part of the screen is getting the pattern
Expected: Only the red sphere gets the pattern
Actual: The entire screen is covered
As a sanity check I added a quad in front of the camera with the same material as the full screen renderer feature. This quad will render if "Quad Post" is enabled. The quad behaves as expected (remember to turn off the Draw Stencil Post).
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
Resolution Note (fix version 2022.3.11f1):
Fixed