Skip to content

slinkz/HDRP-Custom-Passes

 
 

Repository files navigation

HDRP-Custom-Passes

A bunch of custom passes made for HDRP. This project have been setup for Unity 19.3 version with HDRP 7.4.1. It should be compatible with all 19.3 version of HDRP.

TIPS Effect:

Features:

  • Edge detect
  • Draw Mesh
  • Compositing with fullscreen pass

Source file link for this effect: TIPS.cs and TIPS.shader

TIPS_Effect TIPS_Effect_Size TIPS_Effect_Color

Slight Blur Effect:

Features:

  • 2 Pass gaussian blur and a downscale
  • Masking to not blur certain part of the screen using meshes

Source file link for this effect: SlightBlur.cs and Blur.shader SlightBlur

Outline Effect:

Source file link for this effect: 02_Selection_Objects.shader and 02_Selection_Fullscreen.shader

Effect made without custom C#, setup in the inspector: image

OutlineThickness OutlineColor2

See Through Effect:

Source file link for this effect: SeeThrough.cs and SeeThroughStencil.shader SeeThrough

AR Effect:

Features:

  • Early depth pass
  • Composite with video in background

AR

Glitch Effect:

Features:

  • Display a "bad reception" effect over objects of specified layer, using the following shader: SS_Glitch

Glitch

Scrolling Formulas Effect:

Features:

  • Uses a builtin fullscreen custom pass and a custom pass fullscreen shader
  • Triplanar mapping ScrollingFormulas

Liquid

Features:

  • Meta balls made by bluring normals
  • Visual Effect Graph inside a custom pass
  • Overriding depth and normals of a fullscreen transparent to emulate a surface Liquid

Glass

Features:

  • Thickness aproximation using a custom pass rendering backfaces in custom depth image

Depth Capture

Features:

  • Render objects from a different camera and output their depth in a depth buffer image

About

A bunch of custom passes made for HDRP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 51.6%
  • ShaderLab 47.4%
  • HLSL 1.0%