Search Issue Tracker
By Design
Votes
0
Found in
6000.2.4f1
6000.3.0b1
Issue ID
UUM-116968
Regression
Yes
GBuffer5 appears empty/black when blit to screen in Deferred Rendering Path
Reproduction steps:
1. Open the attached “IN-114624.zip” project
2. Open the “RenderingLayerMaskBug” scene
3. From the Project window, select “PC_Renderer” asset
4. In the Inspector, enable the “G Buffer Overlay” Renderer Feature
5. In the “G Buffer” property slider, change the value to “5”
6. Observe the Game view
Expected result: The Cubes and Sphere appear as red silhouettes
Actual result: The Game view is completely black
Reproducible with: 6000.2.0b1, 6000.2.4f1, 6000.3.0b1
Not reproducible with: 6000.0.57f1, 6000.2.0a10
Reproducible on: Windows 11
Not reproducible on: no other environments tested
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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
- Resize to Fit option for Import Activity window's Columns does nothing
Resolution Note:
Hello.
Rendering layers are no longer encoded as floating point values. If you want to debug display them on screen, you must normalize the value in shader manually. The Frame Debugger also cannot display this format, but that is a separate issue which we are aware of.
Rest assured that the Rendering Layers texture is there and functions properly.