rename UniVrmPackageVersion to PackageVersion

This commit is contained in:
ousttrue
2023-10-20 19:16:20 +09:00
parent 372f8869a6
commit 8ff3faa857
14 changed files with 31 additions and 31 deletions

View File

@@ -73,7 +73,7 @@ namespace VRM.DevOnly.PackageExporter
var path = string.Format("{0}/{1}-{2}_{3}.unitypackage",
folder,
prefix,
UniGLTF.UniVrmPackageVersion.VERSION,
UniGLTF.PackageVersion.VERSION,
GetGitHash(Application.dataPath + "/VRM").Substring(0, 4)
).Replace("\\", "/");