Files
virtual-university-tour/sources/Assets/Samples/XR Interaction Toolkit/3.3.1/Hands Interaction Demo/Shaders/DepthOnly.shader
T

20 lines
204 B
Plaintext
Raw Normal View History

2026-07-12 18:53:05 +04:00
Shader "Unlit/DepthOnly"
{
Properties
{
}
SubShader
{
Tags { "Queue"="Transparent" }
Pass
{
ZWrite On
ColorMask 0
}
}
}