All Projects → Chman → Smaa

Chman / Smaa

Licence: zlib
A highly customizable implementation of Subpixel Morphological Antialiasing for Unity

Labels

Projects that are alternatives of or similar to Smaa

Starforce
This is a demo made with Game Framework.
Stars: ✭ 375 (-9.64%)
Mutual labels:  unity
Socket.io Unity
socket.io client for Unity, power game client with node.js back-end
Stars: ✭ 396 (-4.58%)
Mutual labels:  unity
Unity Runtime Animation Recorder
Record animations in Unity runtime. Can save to .anim, maya, or FBX ASCII format.
Stars: ✭ 407 (-1.93%)
Mutual labels:  unity
Flatabulous
This is a Flat theme for Ubuntu and other Gnome based Linux Systems.
Stars: ✭ 3,725 (+797.59%)
Mutual labels:  unity
Unityeditorjunkie
Editor scripts to make working with the Unity Editor better.
Stars: ✭ 390 (-6.02%)
Mutual labels:  unity
Kinocontour
Contour line filter for Unity
Stars: ✭ 400 (-3.61%)
Mutual labels:  unity
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (-9.64%)
Mutual labels:  unity
Unityfurshader
🐈 Fur shader for Unity.
Stars: ✭ 412 (-0.72%)
Mutual labels:  unity
Enhancer
A collection of utilities to enhance the Unity Editor
Stars: ✭ 394 (-5.06%)
Mutual labels:  unity
Unityurp Mobiledrawmeshinstancedindirectexample
Example project to draw 1million grass instances on mobile
Stars: ✭ 405 (-2.41%)
Mutual labels:  unity
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (-8.92%)
Mutual labels:  unity
Gnome Layout Manager
A bash script that batch installs and tweaks GNOME extensions as well as GTK/Shell themes. There are currently three options available: Unity, Windows and macOS.
Stars: ✭ 383 (-7.71%)
Mutual labels:  unity
Hdrpvatexample
VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
Stars: ✭ 401 (-3.37%)
Mutual labels:  unity
Darkest Dungeon Unity
Darkest Dungeon port in Unity. Almost completely identical to the original. Platforms: PC/Android.
Stars: ✭ 378 (-8.92%)
Mutual labels:  unity
Networker
A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
Stars: ✭ 408 (-1.69%)
Mutual labels:  unity
Kengine
A unity asset bundle framework with LGPL license
Stars: ✭ 375 (-9.64%)
Mutual labels:  unity
Klakndi
NewTek NDI™ plugin for Unity
Stars: ✭ 401 (-3.37%)
Mutual labels:  unity
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (-0.24%)
Mutual labels:  unity
Easybuttons
Add buttons to your inspector in Unity super easily with this simple attribute
Stars: ✭ 410 (-1.2%)
Mutual labels:  unity
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (-3.37%)
Mutual labels:  unity

SMAA for Unity3D

This is a highly customizable implementation of Subpixel Morphological Antialiasing for Unity3D.

Tested with Unity 5+ (Personal or Pro). Works with the deferred & forward rendering paths, in gamma or linear color space, with Directx 9, Directx 11 and OpenGL targets.

It comes with a few quality presets but you can easily build your own in the inspector. Every inspector setting comes with a help popup so you shouldn't have to dig into the (documented) source code.

Right now it implements SMAA 1x (+ predication). Implementing Temporal SMAA (T2x) should be doable, but the spatial (S2x) and spatial + temporal (4x) variants aren't possible in Unity right now.

Comparison screenshots with FXAA and Supersampling.

Instructions

Drop the SMAA folder in your project and add the SMAA script to your camera (or select your camera and use Component -> Image Effects -> Subpixel Morphological Antialiasing). The effect should be the first in the post-processing chain (before Bloom, Tonemapping, DoF etc) or it will miss some edges, especially when working in HDR.

To infinity and beyond

An updated version of this effect is available in Unity's official Cinematic Image Effects repository (Unity 5.3+ only).

License

Zlib (see License.txt)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].