From 730197da1e7c30b54072e7abdd0c5647d7262ad4 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 28 Feb 2022 17:33:15 +0900 Subject: [PATCH] fix ! --- Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs index 1299b1c91..be80eba52 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/MeshIO/MeshExportInfo.cs @@ -216,7 +216,7 @@ namespace UniGLTF // TrailRenderer, ParticleSystemRenderer ... etc } - if (Mesh = null) + if (Mesh == null) { Summary = "no mesh"; }