From ecaf53f0cbdf7148fc66d551b5dfc5240264f3b2 Mon Sep 17 00:00:00 2001 From: j-hirose Date: Mon, 3 Jun 2019 16:10:39 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=83=81=E3=82=A7=E3=83=83=E3=82=AF=E3=81=AE=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E8=A1=A8=E8=A8=98=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/VRM/UniGLTF/Scripts/IO/TextureLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM/UniGLTF/Scripts/IO/TextureLoader.cs b/Assets/VRM/UniGLTF/Scripts/IO/TextureLoader.cs index 28b0d7b6b..ac32d7538 100644 --- a/Assets/VRM/UniGLTF/Scripts/IO/TextureLoader.cs +++ b/Assets/VRM/UniGLTF/Scripts/IO/TextureLoader.cs @@ -309,7 +309,7 @@ namespace UniGLTF Texture.name = m_textureName; } #else - Debug.LogError("Unsupported Unity version"); +#error Unsupported Unity version #endif } }