FXAA Fast Approximate Anti-Aliasing
FXAA Fast Approximate Anti-Aliasing is a popular post-process technique for smoothing out hard edges in Unity projects.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. FREE
- Category:
- Vfx › Shaders › Fullscreen-camera-effects
- Developer:
- Amplify Creations
- Price:
- FREE
- Rating:
- Favorites:
- 1260
- Supported Unity Versions:
- 2019.4.31 or higher
- Current Version:
- 1.5
- Download Size:
- 303.72 KB
- Last Update:
- Jun 3, 2024
- Description:
- FXAA is a post-process anti-aliasing technique created by Timothy Lottes. It's commonly used in deferred rendering pipelines that lack hardware MSAA support, but can also be used in combination with hardware anti-aliasing to smooth out hard edges missed by MSAA. This package allows you to add FXAA to your camera with no configuration required. It's built-in renderer only, not supported in URP/HDRP.
This package is part of the Amplify Bundle, which offers a 25% discount on the Amplify Shader Editor, Amplify Impostors, and Amplify LUT Pack. - Technical Details:
- To use FXAA, simply add the FXAA.cs component to your camera. No additional configuration is needed.
- Continue »