mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-21 18:05:03 -05:00
fix git rev-parse path
This commit is contained in:
parent
4fca7ae714
commit
43e8699f66
|
|
@ -79,7 +79,7 @@ namespace VRM.DevOnly.PackageExporter
|
|||
folder,
|
||||
prefix,
|
||||
UniGLTF.PackageVersion.VERSION,
|
||||
GetGitHash(Application.dataPath + "/VRM").Substring(0, 4)
|
||||
GetGitHash(Application.dataPath + "/../Packages/VRM").Substring(0, 4)
|
||||
).Replace("\\", "/");
|
||||
|
||||
return path;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user