Search Issue Tracker
Active
Under Consideration for 6000.5.X
Votes
7
Found in
6000.3.0a2
6000.4.0a2
6000.5.0a1
Issue ID
UUM-122745
Regression
No
Filters do not take Panel scaling into account
Steps to reproduce:
- Create a UI Toolkit panel with intricate details (e.g. text)
- Set a pass-through filter (e.g. opacity to 100%)
- Display on a monitor with a 2x DPI
- Toggle the filter on and off
Similar cases to be fixed:
- PanelSettings Scale
- PanelSettings Scale Mode (e.g. Scale with Screen Size)
Actual results:
UI looks blurry when the filter is on
Expected results:
UI looks the same with the filter and without it
Reproducible with versions: 6000.3.x 6000.4.x
Can’t test with versions: 6000.2 and previous
Comments (1)
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
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
travis_unity220
Dec 11, 2025 21:43
As mentioned in the Similar Cases section, if you are using scale mode "Scale With Screen Size", the filter will render at the reference resolution under Scale Mode Parameters, instead of the device's resolution, leading to the filter looking blurry.