From dc2c8c57036c960cfb18c1df16f5355d6d2afbd7 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 7 Jun 2021 20:47:23 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=96=87=E5=AD=97=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=80=82const=20=E4=BD=BF=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRMShaders/GLTF/IO/Runtime/MaterialFactory.cs | 4 ++-- .../GLTF/IO/Runtime/VRMShaders.GLTF.IO.Runtime.asmdef | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Assets/VRMShaders/GLTF/IO/Runtime/MaterialFactory.cs b/Assets/VRMShaders/GLTF/IO/Runtime/MaterialFactory.cs index 4fa5d62da..d30f029bc 100644 --- a/Assets/VRMShaders/GLTF/IO/Runtime/MaterialFactory.cs +++ b/Assets/VRMShaders/GLTF/IO/Runtime/MaterialFactory.cs @@ -24,8 +24,8 @@ namespace VRMShaders {"VRM/UnlitTransparent", "Unlit/Transparent"}, {"VRM/UnlitCutout", "Unlit/Transparent Cutout"}, // 互換性は無いがとりあえず、 - {"VRM/UnlitTransparentZWrite", "VRM/Mtoon"}, - {"UniGLTF/StandardVColor", "UniGLTF/UniUnlit"}, + {"VRM/UnlitTransparentZWrite", "VRM/MToon"}, + {"UniGLTF/StandardVColor", UniGLTF.UniUnlit.Utils.ShaderName}, }; public struct MaterialLoadInfo diff --git a/Assets/VRMShaders/GLTF/IO/Runtime/VRMShaders.GLTF.IO.Runtime.asmdef b/Assets/VRMShaders/GLTF/IO/Runtime/VRMShaders.GLTF.IO.Runtime.asmdef index a0e6a1dc5..ae4551ebf 100644 --- a/Assets/VRMShaders/GLTF/IO/Runtime/VRMShaders.GLTF.IO.Runtime.asmdef +++ b/Assets/VRMShaders/GLTF/IO/Runtime/VRMShaders.GLTF.IO.Runtime.asmdef @@ -1,13 +1,14 @@ { "name": "VRMShaders.GLTF.IO.Runtime", - "references": [], + "references": [ + "VRMShaders.GLTF.UniUnlit.Runtime" + ], + "optionalUnityReferences": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file