mv TextureSetImporter TextureDescriptorGenerator

This commit is contained in:
Masataka SUMI
2021-05-27 15:36:52 +09:00
parent 157c7091f7
commit a4a5b1d0cb
25 changed files with 36 additions and 36 deletions

View File

@@ -69,7 +69,7 @@ namespace UniVRM10
case Tabs.Materials:
if (m_parser != null && m_vrm != null)
{
EditorMaterial.OnGUI(m_importer, m_parser, new Vrm10TextureSetImporter(m_parser),
EditorMaterial.OnGUI(m_importer, m_parser, new Vrm10TextureDescriptorGenerator(m_parser),
assetPath => $"{Path.GetFileNameWithoutExtension(assetPath)}.vrm1.Textures",
assetPath => $"{Path.GetFileNameWithoutExtension(assetPath)}.vrm1.Materials");
}