remove #if

This commit is contained in:
ousttrue 2021-08-31 21:21:44 +09:00
parent 784b8ba993
commit eedf784c81

View File

@ -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);
}
}