Files
Dino_Love_Simulation/Assets/Samples/XR Interaction Toolkit/3.4.1/Hands Interaction Demo/Shaders/DepthOnly.shader

20 lines
204 B
Plaintext

Shader "Unlit/DepthOnly"
{
Properties
{
}
SubShader
{
Tags { "Queue"="Transparent" }
Pass
{
ZWrite On
ColorMask 0
}
}
}