diff --git a/Assets/VRM/UniVRM/DevOnly/Editor/VRMExportUnityPackage.cs b/Assets/VRM/UniVRM/DevOnly/Editor/VRMExportUnityPackage.cs index 237fb5fe7..1fc72c18c 100644 --- a/Assets/VRM/UniVRM/DevOnly/Editor/VRMExportUnityPackage.cs +++ b/Assets/VRM/UniVRM/DevOnly/Editor/VRMExportUnityPackage.cs @@ -159,9 +159,9 @@ namespace VRM.DevOnly.PackageExporter var basePath = "Assets/VRM"; var packages = new Dictionary () { {"UniVRM", null}, // All - {"UniJSON", new string[] {"UniJSON"}}, - {"UniHumanoid", new string[] {"UniHumanoid"}}, - {"UniGLTF", new string[] {"UniGLTF", "UniHumanoid", "UniJSON", "UniUnlit", "DepthFirstScheduler"}}, + {"UniJSON-standalone", new string[] {"UniJSON"}}, + {"UniHumanoid-standalone", new string[] {"UniHumanoid"}}, + {"UniGLTF-standalone", new string[] {"UniGLTF", "UniHumanoid", "UniJSON", "UniUnlit", "DepthFirstScheduler"}}, }; var fileNames = GrobFiles(basePath).ToArray();