Compare commits

...

1 Commits
quest ... pc

Author SHA1 Message Date
Lamp 33ce30f1cd set fallback shaders 2022-09-27 22:22:31 -07:00
4 changed files with 4 additions and 0 deletions

View File

@ -319,6 +319,7 @@ Shader "UnlitWF/UnToon_Outline/WF_UnToon_Outline_Opaque" {
"RenderType" = "Opaque"
"Queue" = "Geometry"
"DisableBatching" = "True"
"VRCFallback" = "Toon"
}
Pass {

View File

@ -334,6 +334,7 @@ Shader "UnlitWF/UnToon_Outline/WF_UnToon_Outline_Transparent" {
"RenderType" = "Transparent"
"Queue" = "Transparent"
"DisableBatching" = "True"
"VRCFallback" = "Toon"
}
GrabPass { "_UnToonOutlineCancel" }

View File

@ -338,6 +338,7 @@ Shader "UnlitWF/UnToon_Outline/WF_UnToon_Outline_Transparent_MaskOut" {
"RenderType" = "Transparent"
"Queue" = "Transparent+1"
"DisableBatching" = "True"
"VRCFallback" = "Toon"
}
GrabPass { "_UnToonOutlineCancelLater" }

View File

@ -308,6 +308,7 @@ Shader "UnlitWF/WF_UnToon_Transparent_Mask" {
Tags {
"RenderType" = "Transparent"
"Queue" = "Transparent"
"VRCFallback" = "Toon"
}
Pass {