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
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
Resolution Note (fix version 2022.3.11f1):
Fixed