mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 23:18:04 -05:00
Fix failing extracting meta object file in vrm1
This commit is contained in:
parent
85c5466fd8
commit
193342c701
|
|
@ -68,7 +68,7 @@ namespace UniVRM10
|
|||
|
||||
// meta
|
||||
{
|
||||
var path = GetAndCreateFolder(importer.assetPath, ".vrm1.Meta");
|
||||
var path = GetAndCreateFolder(importer.assetPath, ".vrm1.MetaObject");
|
||||
foreach (var (key, asset) in importer.GetSubAssets<VRM10MetaObject>(importer.assetPath))
|
||||
{
|
||||
asset.ExtractSubAsset($"{path}/{asset.name}.asset", false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user