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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
Resolution Note (fix version 2023.1.0a5):
Increased Gaussian filter precision to 0.1 texel radius.