Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 675 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 675 Bytes

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.