Skip to content

A sample for using .shader to perform a full screen blit in URP

Notifications You must be signed in to change notification settings

Rokukkkk/URP_FullScreenBlitSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

URP_FullScreenBlitSample

This is a sample for using .shader to perform full-screen blit that uses Volume System to control it.

Since URP14, looks like Unity has replaced CommandBuffer.Blit API by using SRP Blitter API, the legacy Blit API may not work anymore, more info: https://docs.unity3d.com/Packages/[email protected]/manual/customize/blit-overview.html

Check Unity Docs for more info: https://docs.unity3d.com/Packages/[email protected]/manual/renderer-features/how-to-fullscreen-blit.html

PS: The files don't contain a real Ray Marching function, only a simple color blit that is controlled by Volume Override.

About

A sample for using .shader to perform a full screen blit in URP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published