From 977482df90d9b6644aec8d97535dc5cd80b04957 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Mon, 7 Jun 2021 20:10:20 +0900 Subject: [PATCH] Disable unnecessary shader variants/ --- .../MToon10/Resources/VRM10/vrmc_materials_mtoon.shader | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/VRMShaders/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader b/Assets/VRMShaders/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader index dabf697db..ef2b0a5f7 100644 --- a/Assets/VRMShaders/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader +++ b/Assets/VRMShaders/VRM10/MToon10/Resources/VRM10/vrmc_materials_mtoon.shader @@ -84,7 +84,7 @@ Shader "Hidden/VRM10/vrmc_materials_mtoon" #pragma target 3.0 // Unity defined keywords - #pragma multi_compile_fwdbase + #pragma multi_compile_fwdbase nolightmap nodynlightmap nodirlightmap novertexlight #pragma multi_compile_fog #pragma multi_compile_instancing @@ -117,7 +117,7 @@ Shader "Hidden/VRM10/vrmc_materials_mtoon" #pragma target 3.0 // Unity defined keywords - #pragma multi_compile_fwdbase + #pragma multi_compile_fwdbase nolightmap nodynlightmap nodirlightmap novertexlight #pragma multi_compile_fog #pragma multi_compile_instancing @@ -153,7 +153,7 @@ Shader "Hidden/VRM10/vrmc_materials_mtoon" #pragma target 3.0 // Unity defined keywords - #pragma multi_compile_fwdadd_fullshadows + #pragma multi_compile_fwdadd_fullshadows nolightmap nodynlightmap nodirlightmap novertexlight #pragma multi_compile_fog #pragma multi_compile_instancing @@ -183,7 +183,7 @@ Shader "Hidden/VRM10/vrmc_materials_mtoon" #pragma target 3.0 // Unity defined keywords - #pragma multi_compile_shadowcaster + #pragma multi_compile_shadowcaster nolightmap nodynlightmap nodirlightmap novertexlight #pragma multi_compile_local __ _ALPHATEST_ON _ALPHABLEND_ON