Search Issue Tracker
Won't Fix
Votes
2
Found in
2017.1.0f1
Issue ID
927346
Regression
Yes
UI - Components ( e.g. Image Component) is no longer Anti Aliasing in Game view with Screen Space - Overlay canvas
Antialiasing has been broken/disabled for UI elements when the canvas is set to 'ScreenSpace Overlay'.
In the example scene, the Quality is set to 8x MSAA, the camera has allowMSAA enabled, yet in-game view( and builds ) the 1 pixel line ( generated via a rotated UI image component) is no longer antialiased, however, in the scene view it is.
It's possible to set the canvas to 'ScreenSpace - Camera' and this will fix the issue, unfortunately, it breaks a lot of other code - for example, the dynamic line code in the example no longer works.
Ultimately ScreenSpace - Overlay should and needs to support the projects MSAA settings, but no longer does.
Steps to reproduce:
1. Open User's attached project
2. Edit > Project Settings > Quality. Notice: Anti Aliasing is set to 8x Multi Sampling
3. Open Scene view. Notice: "SampleLine" is perfectly antialiased and smooth
4. Open Game view. Notice: "SampleLine" image component is Aliased.
Expected result: in both Game and Scene view UI components are Anti Aliasing.
Actual result: in Game view UI components are Aliasing.
Reproduced with: 2017.2.0b2, 2017.1.0f1, 5.6.2p2.
Not reproduced with: 5.5.4p1, 5.4.5p4.
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 'background-size' property is not fully animatable
- Moving the Scrollbar via clicking no longer works after the first-click when page size is too small
- Elements in UI Builder Viewport are displayed incorrectly when Editor UI Scaling is set to 125%
- Prefab referencing a script is not shown in the Search window's Project tab when using "Find References In Project"
- Scroll view sensitivity remains unchanged when modifying the "--unity-metrics-single_line-height" value
trolling-char
Jun 20, 2019 10:14
Vector UI icons are broken too. Unity 2018.2.7f1.
darrencperry
Sep 18, 2018 11:15
Where can I find an explanation why this won't be fixed?
tswalk
Oct 16, 2017 17:35
makes no sense that this won't be fixed... it is even broken in 5.6.x
this was just a lazy closure on an issue IMO.
juanitogan
Oct 10, 2017 20:28
Maybe they got confused by the last line: "Actual result: in Game view UI components are Aliasing." Maybe they read it as "anti aliasing" instead of "aliasing" without really knowing the difference. Well, that's my best guess anyway for marking this as Won't Fix without an explanation.
headlessstudio
Sep 01, 2017 09:43
Why is this marked at Wont fix? This is an essential feature.
Jonycafre
Jul 28, 2017 11:03
Issue persists on 2017.1.0f3
Roywise
Jul 25, 2017 14:09
We're having the same problem. It's just UI Components, 2D Sprite Renderers are fine.