From 7aecbc794957be2f786ef824cf040143be16ca87 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Wed, 26 May 2021 21:32:13 +0900 Subject: [PATCH] Use Vrm10TextureSetImporter in Vrm10Importer --- Assets/VRM10/Runtime/IO/Vrm10Importer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/VRM10/Runtime/IO/Vrm10Importer.cs b/Assets/VRM10/Runtime/IO/Vrm10Importer.cs index 86fe8387d..7476f3d97 100644 --- a/Assets/VRM10/Runtime/IO/Vrm10Importer.cs +++ b/Assets/VRM10/Runtime/IO/Vrm10Importer.cs @@ -24,6 +24,7 @@ namespace UniVRM10 public Vrm10Importer(UniGLTF.GltfParser parser, IReadOnlyDictionary externalObjectMap = null) : base(parser, externalObjectMap) { + TextureSetImporter = new Vrm10TextureSetImporter(parser); MaterialImporter = new Vrm10MaterialImporter(); m_externalMap = externalObjectMap;