From 4f918456fc6981eadc1699253d18883197f51c8e Mon Sep 17 00:00:00 2001 From: Seibe TAKAHASHI Date: Thu, 28 Jan 2021 15:37:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20#701=20=E9=9D=9E=E3=82=A8=E3=83=87?= =?UTF-8?q?=E3=82=A3=E3=82=BF=E7=92=B0=E5=A2=83=E3=81=A7=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=B3=E3=83=91=E3=82=A4=E3=83=AB=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/UniGLTF/MeshUtility/Runtime/Validation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/UniGLTF/MeshUtility/Runtime/Validation.cs b/Assets/UniGLTF/MeshUtility/Runtime/Validation.cs index 82aee82aa..ae9a00588 100644 --- a/Assets/UniGLTF/MeshUtility/Runtime/Validation.cs +++ b/Assets/UniGLTF/MeshUtility/Runtime/Validation.cs @@ -50,7 +50,9 @@ namespace MeshUtility { ErrorLevel = canExport; Message = message; +#if UNITY_EDITOR Extended = extended; +#endif } #if UNITY_EDITOR