From 919483611f915cc5182cbda8329e5ff417e9977f Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 8 Mar 2021 13:27:26 +0900 Subject: [PATCH] remove comment out --- Assets/UniGLTF/Runtime/UniGLTF/IO/ImporterContext.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Assets/UniGLTF/Runtime/UniGLTF/IO/ImporterContext.cs b/Assets/UniGLTF/Runtime/UniGLTF/IO/ImporterContext.cs index 305a74182..c40ea7e2e 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF/IO/ImporterContext.cs +++ b/Assets/UniGLTF/Runtime/UniGLTF/IO/ImporterContext.cs @@ -103,17 +103,6 @@ namespace UniGLTF throw new UniGLTFNotSupportedException("draco is not supported"); } - // using (MeasureTime("LoadTextures")) - // { - // for (int i = 0; i < GLTF.materials.Count; ++i) - // { - // foreach (var param in MaterialFactory.EnumerateGetTextureparam(i)) - // { - // await m_textureFactory.GetTextureAsync(GLTF, param); - // } - // } - // } - using (MeasureTime("LoadMaterials")) { await m_materialFactory.LoadMaterialsAsync(m_awaitCaller, m_textureFactory.GetTextureAsync);