Search Issue Tracker
Won't Fix
Votes
0
Found in
5.4.0f3
Issue ID
827785
Regression
No
Specular highlight appears pixelated if render path is set to Deferred
Repro steps:
1. Open "delme012345.zip" project
2. Load scene "UV1map"
3. Select Main Camera
4. Set Rendering Path to "Legacy Deferred (light prepass)" or "Forward"
5. Observe game view, notice the smooth, round highlight
6. Set Rendering Path to "Deferred" and you'll notice the rough, pixelated highlight
Note: Picture attached
Actual: Rendering Path set to deferred makes the highlight appear rough and pixelated
Expected: Rendering Path set to deferred should make the highlight appear smooth
Reproduced on: 5.5.0b1, 5.4.0p3, 5.3.6p3, 5.2.4f1, 5.1.4f1
---
Issue won't fix because the artifact in the specular highlight is a result of the deferred gbuffer quantization, which is an inherent drawback of deferred rendering.
Because it's only visible in smooth, low-curvature areas, it's usually best just to workaround it in content:
1) use flat geometry, or high curvature, but not low curvature;
2) use a non-flat normal map -- some slight wobbles in the normal, or a micro-detail, will obscure the quantization;
3) create a new shader that adds a bit of screenspace noise to the normal to dither it and break up the facets. This gives a very slightly sparkly appearance, but without faceting. I attached an example shader to the bug if you are interested.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on __pthread_kill when entering Play mode
- Crash on tlsf_free when exiting Play Mode in a specific project
- Camera Solid Color is overwritten when injecting Custom Render Pass at 'RenderPassEvent.AfterRenderingPrePasses + 1'
- Shadows are not rendering when using the "On Demand" shadow update mode with GPU Resident Drawer and additional camera render texture
- "AVFoundationVideoMedia error while reading” error is thrown when streaming from a URL with a signed token in VideoPlayer
Add comment