Home

Awesome

Unity Graphics

A collection of URP shaders and render features.

Developed and tested with Unity 2020.3.16f1 and URP 10.5.1.

Table of Contents

Fog Skybox

Fog Skybox

A skybox shader that blends with fog.

Blob Shadows

Blob Shadows

A render feature that adds support for blob shadows:

Performance

Note: sampling shadow maps when rendering shadow receivers is NOT taken into account.

Results (in ms):

Drawing

Runtime drawing on the GPU side with configurable brush (color, size, hardness).

Layered Grass

Layered Grass

Grass shader made with the technique that is typically used for fur (Reference).

Warning: the shader has poor performance on both mobile and desktop platforms. It is only a technical demo, which might not be suitable for production even if further optimized.

Billboard Grass

Billboard Grass

Billboard grass shader:

Geometry Grass

Geometry Grass

Grass implemented with geometry shader:

Matcap

Matcap

Basic Matcap shader. Matcap textures are taken from this repo.

Toon Terrain

Toon Terrain

Lightweight toon terrain shader.

Parallax Ice

Parallax Ice

Ice shader imitating depth.