mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -05:00
Add '-standalone' suffix for unity packages except for UniVRM(-Samples)
This commit is contained in:
@@ -159,9 +159,9 @@ namespace VRM.DevOnly.PackageExporter
|
||||
var basePath = "Assets/VRM";
|
||||
var packages = new Dictionary<string, string[]> () {
|
||||
{"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();
|
||||
|
||||
Reference in New Issue
Block a user