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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment