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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.