mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-02 22:14:30 -05:00
unitypackageの分け方
* UniVRM * UnivRM_Samples * VRM * VRM_Samples の4パッケージとする
This commit is contained in:
parent
0d25276a00
commit
df9f4ac07e
|
|
@ -190,28 +190,38 @@ namespace VRM.DevOnly.PackageExporter
|
|||
{
|
||||
{
|
||||
var packages = new[]{
|
||||
// UniGLTF + VRMShaders
|
||||
new PackageInfo("UniGLTF_VRMShaders")
|
||||
{
|
||||
List = new []{
|
||||
new GlobList("Assets/VRMShaders"),
|
||||
new GlobList("Assets/UniGLTF"),
|
||||
}
|
||||
},
|
||||
// VRM
|
||||
new PackageInfo("UniVRM")
|
||||
{
|
||||
List = new []{
|
||||
new GlobList("Assets/VRMShaders"),
|
||||
new GlobList("Assets/UniGLTF"),
|
||||
new GlobList("Assets/VRM"),
|
||||
}
|
||||
},
|
||||
// VRM_Samples
|
||||
new PackageInfo("UniVRM_Samples")
|
||||
{
|
||||
List = new []{
|
||||
new GlobList("Assets/VRM_Samples"),
|
||||
}
|
||||
},
|
||||
// VRM-1.0
|
||||
new PackageInfo("VRM")
|
||||
{
|
||||
List = new []{
|
||||
new GlobList("Assets/VRMShaders"),
|
||||
new GlobList("Assets/UniGLTF"),
|
||||
new GlobList("Assets/VRM10"),
|
||||
}
|
||||
},
|
||||
// VRM-1.0_Samples
|
||||
new PackageInfo("VRM_Samples")
|
||||
{
|
||||
List = new []{
|
||||
new GlobList("Assets/VRM10_Samples"),
|
||||
}
|
||||
},
|
||||
};
|
||||
foreach (var package in packages)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user