From 12e17f8c992b6c8fac9d43cce57d631c6cb28565 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 17 Jun 2021 15:17:18 +0900 Subject: [PATCH] fix extract folder --- Assets/VRM10/Editor/ScriptedImporter/EditorVrm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Editor/ScriptedImporter/EditorVrm.cs b/Assets/VRM10/Editor/ScriptedImporter/EditorVrm.cs index 99a350132..8bc8507a6 100644 --- a/Assets/VRM10/Editor/ScriptedImporter/EditorVrm.cs +++ b/Assets/VRM10/Editor/ScriptedImporter/EditorVrm.cs @@ -72,7 +72,7 @@ namespace UniVRM10 return; } - var path = GetAndCreateFolder(importer.assetPath, ".Vrm1Object"); + var path = GetAndCreateFolder(importer.assetPath, ".vrm1.Assets"); { var map = new Dictionary(); foreach (var (key, asset) in importer.GetSubAssets(importer.assetPath))