Skip to content

Instantly share code, notes, and snippets.

@Forenard
Created November 28, 2023 07:40
Show Gist options
  • Save Forenard/366e3b6037fa1ee1bd3d7411dbc62455 to your computer and use it in GitHub Desktop.
Save Forenard/366e3b6037fa1ee1bd3d7411dbc62455 to your computer and use it in GitHub Desktop.
VRChat Crasher Projector Shader Example
Shader "Custom/GrabPass"
{
SubShader
{
Tags { "Queue" = "Overlay" }
GrabPass
{
"_UVTenkaiGrabTex"
}
Pass
{
ZWrite Off
Cull Off
ColorMask 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment