From cc6acafcf33e3e22a5598a0d16d3e77c684ff586 Mon Sep 17 00:00:00 2001 From: Christian Petry Date: Tue, 3 Dec 2024 15:21:03 +0100 Subject: [PATCH] cleaned up PR --- Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs index 2f51dd7db..db93b8017 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/gltfExporter.cs @@ -89,8 +89,6 @@ namespace UniGLTF m_settings = new GltfExportSettings(); } - if (progress != null) - m_progress = progress; m_animationExporter = animationExporter; m_materialExporter = materialExporter ?? MaterialExporterUtility.GetValidGltfMaterialExporter(); m_textureSerializer = textureSerializer ?? new RuntimeTextureSerializer();