From 15c42eee055b085c4887ed879b5637c7cae7dcdc Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 21 Feb 2022 16:30:04 +0900 Subject: [PATCH] false not throw --- Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs index 37c4e5094..1835ab908 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs @@ -47,7 +47,8 @@ namespace UniGLTF } else { - throw new NotImplementedException(); + // LineRenderer ... etc + return false; } }