Search Issue Tracker
Fixed
Fixed in 2022.2.0b3, 2023.1.0a5
Votes
0
Found in
2022.2.0b1
2023.1.0a4
Issue ID
UUM-9703
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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note (fix version 2023.1.0a5):
Increased Gaussian filter precision to 0.1 texel radius.