Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.0f3
Issue ID
818506
Regression
Yes
GrabPass with "Queue" = "Transparent +1" unlits the surface of unrelated object on certain camera angles
Reproduction steps(GIF attached):
1. Open attached project.
2. Select "Main camera" game object.
3. Go to "GameObject > Align View To Selected".
- "Cube" game object gets black.
4. Select "Cube(1)" game object.
5. Toggle off "Mesh Renderer" component in the Inspector.
- "Cube" game object gets gray.
6. Toggle back on "Mesh Renderer"
7. Rotate the Editor camera around until "Cube" game object gets gray.
8. Repeat steps 2 and 3.
9. Open "ErrShader" shader.
10. Comment line 14 ("GrabPass { }") or change "Transparent + 1" to "Transparent" in line 9.
- "Cube" game object gets gray.
Regression introduced in:
- 5.4
Resolution:
When specifying queues you need to specify them without spaces. The parser currently does not handle spaces properly.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment