Search Issue Tracker
Fixed
Votes
0
Found in [Package]
7.1.1
Issue ID
1188433
Regression
No
[HDRP] ColorMask 0 works on neither Unlit shader nor "HDRP Unlit" shader based on SG
To reproduce:
1. Open the QA's attached HDRPColorMask project
2. Open the SampleScene
3. Move the Scene View around
Actual: Gameobjects Cube and Cube (1) display visual artifacts, see the attached video
Reproduced with HDRP 7.1.1, 7.1.2 although with few errors in this version
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
- Compiled Shader code has self-assignments and redundant code in the Shaders that use "enable_d3d11_debug_symbols"
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
Resolution Note:
Hey, the result you have in your scene is expected. In HDRP for performance reasons we don't clear all the time the buffer between frames and for the same reasons, the sky is rendered only where there is no object in the depth prepass.
For such effects, i believe that using custom passes would be a better solution than hacking a ShaderGraph generated code. You can see some example here: https://github.com/alelievr/HDRP-Custom-Passes.