Skip to content

mengtest/Unity-URP_Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-URP_Example

Here are some shading and effect made with URP pipeline in this repository


Toon Shading

Supports:

  • Light (Directional, Point, Spot, Area)
  • Light Intensity, Indirect Multipiler
  • Environment Lighting (Skybox, Gradient, Color)
  • Light Probes

Features:

  • RenderObjects (LightMode Tags: "Outline")
  • StencilExpressionRenderer

image

Red, Green and Blue lights

image


Realtime Refraction

Features:

  • DepthViewNormal (Cull: Front Set_UVToView: true)
  • Opaque Texture

by the mesh's thickness(back depthNormal) to calc approximate focus

image
image


Furry

Features:

  • FurryObjectRenderer (LayerMask assign)

image
image


GPU Instancing Grass(10W grass in this demo)

No culling (TODO: cull by compute shader or quadtree)

image


Screen effects

  • Ground Truth Ambient Occlusion:

image
image

  • Temporal Anti-Aliasing:

image
image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 86.7%
  • ShaderLab 12.7%
  • HLSL 0.6%