Initial commit with LFS

This commit is contained in:
2026-06-08 12:39:14 +09:00
commit 4baccd5cbc
1278 changed files with 139614 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Shader "Unlit/DepthOnly"
{
Properties
{
}
SubShader
{
Tags { "Queue"="Transparent" }
Pass
{
ZWrite On
ColorMask 0
}
}
}