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;