The Anti-aliasing effect gives graphics a smoother appearance. Aliasing is an effect where lines appear jagged or have a “staircase” appearance (as displayed in the left-hand image below). This can happen if the graphics output device does not have a high enough resolution to display a straight line.
Using Anti-aliasing reduces the prominence of these jagged lines by surrounding them with intermediate shades of color. Although this reduces the jagged appearance of the lines, it also makes them blurrier.
The anti-aliasing algorithms are image-based. This is very useful when support for traditional multisampling is not available, such as the deferred rendering shading path, or HDRhigh dymanic range See in Glossary in the forward renderingA rendering path that renders each object in one or more passes, depending on lights that affect the object. Lights themselves are also treated differently by Forward Rendering, depending on their settings and intensity. More info See in Glossary path in Unity 5.5 or earlier. The Editor’s Quality settings window is home to these options.
The algorithms available in the Post ProcessingA process that improves product visuals by applying filters and effects before the image appears on screen. You can use post-processing effects to simulate physical camera and film properties, for example Bloom and Depth of Field. More info See in Glossary package are:
Fast Approximate Anti-aliasing (FXAA); a fast algorithm for mobile and platforms that don’t support motion vectors.
Subpixel Morphological Anti-aliasing (SMAA); a high-quality but slower algorithm for mobile and platforms that don’t support motion vectors.
Temporal Anti-aliasing (TAA); an advanced technique which requires motion vectors. Ideal for desktop and console platforms.
For further detailed information on Unity’s Anti-aliasing preferences, see the Anti-aliasing documentation in the Post-Processing package.
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!