mv SubAssetKey

This commit is contained in:
Masataka SUMI
2021-05-24 20:12:19 +09:00
parent ede6be174a
commit 9cd3288e4d
12 changed files with 41 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ using UniGLTF;
using System.IO;
using System;
using UniJSON;
using VRMShaders;
#if UNITY_2020_2_OR_NEWER
using UnityEditor.AssetImporters;
#else
@@ -39,7 +40,7 @@ namespace UniVRM10
return "vrm1 not found";
}
// try migrateion
// try migrateion
Byte[] migrated = default;
try
{