ORL Shaders

orels Unity Shaders

A collection of practical Unity shaders for your next project.

PBR Shaders
18
Toon Shaders
5
VFX Shaders
12
UI Shaders
12

Roadmap

Upcoming, Planned, and Released Features

Add support for Standard-style detail albedo mixing
Close

The standard shader mixes detail albedo like this:

Base Albedo * ( ( 1 - Detail Mask * Detail Strength ) + Detail Albedo * 2 * Detail Mask * Detail Strength )

Which is different from HDRP albedo mixing which remaps albedo to a -1 1 range and then lerps to it.

Current Status: Done
Planned Release: v6.4.0
Connected Issue
Leave your comments and suggestions on GitHub
GitHub Issue #73 - orels1/orels-Unity-Shaders

In Next Release

Planned

Released