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);