Skip to content

Commit 6b22ce1

Browse files
Remove unused SubShader blocks from shader files
Co-authored-by: sindharta.tanuwijaya <sindharta.tanuwijaya@unity3d.com>
1 parent 9ebdde7 commit 6b22ce1

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

com.unity.toonshader/Runtime/Integrated/Shaders/CommonPropertiesPart.shader

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -499,10 +499,4 @@ Shader "Hidden/UnityToon/CommonPropertiesPart"
499499
//////////////////// End of HDRP material default values. ////////////////////
500500
//////////////////////////////////////////////////////////////////////////////
501501
}
502-
503-
SubShader
504-
{
505-
Tags { "RenderType"="Opaque" }
506-
Pass { }
507-
}
508502
}

com.unity.toonshader/Runtime/Integrated/Shaders/TessellationPropertiesPart.shader

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,4 @@ Shader "Hidden/UnityToon/TessellationPropertiesPart"
2323
_TessPhongStrength("DX11 Tess : Phong Strength", Range(0, 1)) = 0.5
2424
_TessExtrusionAmount("DX11 Tess : Extrusion Amount", Range(-0.005, 0.005)) = 0.0
2525
}
26-
27-
SubShader
28-
{
29-
Tags { "RenderType"="Opaque" }
30-
Pass { }
31-
}
3226
}

com.unity.toonshader/Runtime/Integrated/Shaders/UnityToon.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Auto-generated on Wed Nov 05 06:16:34 UTC 2025
1+
//Auto-generated on Wed Nov 05 06:33:03 UTC 2025
22
//Unity Toon Shader
33
//nobuyuki@unity3d.com
44
//toshiyuki@unity3d.com (Intengrated)

com.unity.toonshader/Runtime/Integrated/Shaders/UnityToonTessellation.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Auto-generated on Wed Nov 05 06:16:34 UTC 2025
1+
//Auto-generated on Wed Nov 05 06:33:03 UTC 2025
22
//Unity Toon Shader
33
//nobuyuki@unity3d.com
44
//toshiyuki@unity3d.com (Intengrated)

0 commit comments

Comments
 (0)