Description
Shadows algorithms:
A PCSS filter (Area-like soft-shadows) and a PCF filter (uniform soft-shadows). A powerful denoiser that skyrockets the base filters, acting as a separable filter and features screen space infinite Frustum Shadows with bilateral filtering and edge tolerance. Chose between blue noise or dithering. Samplers are stabilized at screen-space thus the shadow samplers jitters less while being Temporal friendly.
Optimizations:
NGSS uses the least amount of sampling to filter out shadows while skipping fully lit or fully shadowed areas making it one of the fastest solution on the market for realistic penumbra shadows.
Inspirations:
NGSS features a ground-breaking combination of kernel filters mainly based on Monte Carlo. The result is a high quality smothered dynamic penumbra shadows similar to raytraced shadows with superior banding and aliasing removal, making extremely tiny shadowmaps look outstanding.
The package
Comes with one Wizard tool to install NGSS internal shadow libraries and is one click to install and one click to uninstall. Both Local shadows and Directional shadows provides it’s own libraries, they are independent from each other. NGSS provides shadow components to attach to your scene lights (all lights) that allow you to tweak shadow properties such as quality, softness opacity, etc at runtime.
Finally, NGSS replaces Unity shadows libraries internally, this allow NGSS to behave the same way as Unity shadows while being compatible with any packages on the AssetStore that uses the Standard (built-in) renderer.
Shadow Features:
– Frustum Shadows (screen space traced) with bilateral filtering for all lights types
– A powerful denoiser that act as a separable shadow filter on top of the base filter (multiplying the quality for free)
– PCSS (area-like soft-shadows) and PCF (uniform soft-shadows) filtering for all lights
Not compatible with DX9 and GLES1/2!
Compatible with AR/VR, DX11, DX12, PS4, XB1, SWITCH, GLCore, GLES3.0, Metal, Vulkan or equivalent APIs.
Requires a minimum of SM3.0 on supported APIs.
Supported Unity versions:
Unity 5.6 up to 2019 (Built-in Renderer) HD & LW pipeline support coming in the future.