From eedf784c811884011e090cf78dc955cb90499bfe Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 31 Aug 2021 21:21:44 +0900 Subject: [PATCH] remove #if --- .../Runtime/IO/Material/Vrm10UrpMaterialDescriptorGenerator.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/VRM10/Runtime/IO/Material/Vrm10UrpMaterialDescriptorGenerator.cs b/Assets/VRM10/Runtime/IO/Material/Vrm10UrpMaterialDescriptorGenerator.cs index f2844cfbe..49434506f 100644 --- a/Assets/VRM10/Runtime/IO/Material/Vrm10UrpMaterialDescriptorGenerator.cs +++ b/Assets/VRM10/Runtime/IO/Material/Vrm10UrpMaterialDescriptorGenerator.cs @@ -15,9 +15,7 @@ namespace UniVRM10 if (!GltfPbrUrpMaterialImporter.TryCreateParam(data, i, out matDesc)) { // fallback -#if VRM_DEVELOP Debug.LogWarning($"material: {i} out of range. fallback"); -#endif return new MaterialDescriptor(GltfMaterialDescriptorGenerator.GetMaterialName(i, null), GltfPbrMaterialImporter.ShaderName); } }