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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
Add comment