diff --git a/Packages/VRM/Editor/VRMExportUnityPackage.cs b/Packages/VRM/Editor/VRMExportUnityPackage.cs index 132a7c785..729dd2641 100644 --- a/Packages/VRM/Editor/VRMExportUnityPackage.cs +++ b/Packages/VRM/Editor/VRMExportUnityPackage.cs @@ -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;