Search Issue Tracker
Not Reproducible
Votes
0
Found in
5.5.0f3
Issue ID
863370
Regression
No
GrabPass affects the shader's rendering even if it is not used
Reproduction steps:
1. Open the attached project (GrabPass Bug.zip);
2. Open the Main scene;
3. Observe how the sphere is rendered;
4. Change the sphere's material to WithoutGrab from the project assets;
5. Observe that the sphere is rendered lighter than before.
WithGrab and WithoutGrab are identical materials, except the shader in WithGrab has the line "GrabPass {}" added before all passes in the first subshader.
Expected results: both materials will work the same.
Actual results: GrabPass affects the shader and changes colors.
Reproduced on: 5.3.5p8, 5.4.3f1, 5.5.0f3, 5.6.0b1.
Reproduced on Windows 10.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
Add comment