场景设计

This commit is contained in:
SoulliesOfficial
2026-01-12 03:22:16 -05:00
parent 33b1795c1f
commit d94241f36c
8645 changed files with 1242757 additions and 1039728 deletions

View File

@@ -0,0 +1,24 @@
Shader "AllIn13DShader - Baked Effects/<VARIANT_NAME>"
{
Properties
{
<SHADER_PROPERTIES>
}
SubShader
{
PackageRequirements
{
"com.unity.render-pipelines.universal" : "12.0"
}
<SHADER_PASSES_URP>
}
SubShader
{
<SHADER_PASSES_BIRP>
}
CustomEditor "AllIn13DShader.AllIn13DShaderMaterialInspector"
}