Use Vrm10TextureSetImporter in Vrm10Importer

This commit is contained in:
Masataka SUMI 2021-05-26 21:32:13 +09:00
parent a6d730d15f
commit 7aecbc7949

View File

@ -24,6 +24,7 @@ namespace UniVRM10
public Vrm10Importer(UniGLTF.GltfParser parser, IReadOnlyDictionary<SubAssetKey, UnityEngine.Object> externalObjectMap = null)
: base(parser, externalObjectMap)
{
TextureSetImporter = new Vrm10TextureSetImporter(parser);
MaterialImporter = new Vrm10MaterialImporter();
m_externalMap = externalObjectMap;