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
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Resolution Note (fix version 2022.3.11f1):
Fixed