Search Issue Tracker
Fixed in 2022.3.11f1
Fixed in 2023.2.X
Votes
1
Found in
2022.2.0b16
2023.1.0a19
2023.2.0a1
Issue ID
UUM-19835
Regression
No
Full screen renderer feature does not work with stencil
The full screen renderer feature is built to work with the full screen shadergraph target. The shadergraph target exposes settings for stencil but these have no affect when used with the renderer feature.
Steps to repro:
- open attached project
Expected: The image effect (drawing green to the screen) only writes to pixels covered by the cubes.
Actual: The entire screen is green
The repro project explained:
All cubes are on the "test" layer, all spheres are on the "default" layer.
In the renderer the "test" layer is drawn using "draw objects" writing a value of 1 into the stencil buffer.
The full screen renderer feature is executed after render objects using the "FullscreenStencilTest" material.
The shadergraph for the "FullscreenStencilTest" is configured with a Ref 1, Comp Equal stencil setting and should therefore only show on pixels occupied by the "test" layer geometry.
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
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
Resolution Note (fix version 2022.3.11f1):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-26399
Resolution Note (fix version 2023.2):
Fixed by https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-26399