From 409c7459818aca61472c25232acf519c1d770abe Mon Sep 17 00:00:00 2001 From: yutopp Date: Mon, 7 Jan 2019 18:43:44 +0900 Subject: [PATCH] Add '-standalone' suffix for unity packages except for UniVRM(-Samples) --- Assets/VRM/UniVRM/DevOnly/Editor/VRMExportUnityPackage.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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();