Search Issue Tracker
Won't Fix
Unknown (hidden) 2022.2.X
Votes
0
Found in
2022.2.0a16
Issue ID
UUM-5070
Regression
No
Increase Gaussian filter precision to 0.1 texel radius
Jira twin of: [https://fogbugz.unity3d.com/f/cases/1392278]
h1. Problem statement
Current Gaussian filter implementation operates at 1 texel precision (1-5 texel range). This is a problem, because even at 1 texel radius, Gaussian filtering can produce overly blurry results.
h1. Proposed solution
Increase Gaussian filtering precision to 0.1 texels. Gaussian filter in Adobe Photoshop operates at that precision as well.
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
- UI Toolkit IntegerField accepts letters
- Rounded gaps appear in shadows when using large objects in URP
- “TargetParameterCountException: Number of parameters specified does not match the expected number.” errors are thrown when selecting the Adaptive Probe Volumes
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
Resolution Note:
Duplicate of: https://jira.unity3d.com/browse/LIGHT-837