Skip to content

Commit d9d9088

Browse files
committed
fixed absolute path reference in Updater
1 parent bf721e1 commit d9d9088

21 files changed

+4175
-7324
lines changed

DemoProject/Assets/Hash's_Things/EditDistributor/Editor/EditDistributorUpdater.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void OnGUI()
115115
}
116116
else
117117
{
118-
patcherToUpdate = Path.Combine(CommunFonctions.GoUpNDirs(CustomfbxPath, 2), "patcher", "Editor", "Nebbia_FT_Patcher.cs");
118+
patcherToUpdate = Path.Combine(CommunFonctions.GoUpNDirs(CustomfbxPath, 2), "patcher", "Editor", Path.GetFileNameWithoutExtension(CustomfbxPath) + "_Patcher.cs");
119119
}
120120
}
121121
else
@@ -180,7 +180,8 @@ void OnGUI()
180180

181181
}
182182
}
183-
UnityEngine.Debug.Log(StoreTextTog && (string.IsNullOrEmpty(CreatorName) && string.IsNullOrEmpty(StorePage) && string.IsNullOrEmpty(PackageName)));
183+
UnityEngine.Debug.Log("patcher to update: " + patcherToUpdate);
184+
UnityEngine.Debug.Log("Does the patcher to update exists" + File.Exists(patcherToUpdate));
184185

185186

186187
if (!File.Exists(OGfbxPath))

DemoProject/Library/ArtifactDB

0 Bytes
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

DemoProject/Library/Bee/backend1.traceevents

Lines changed: 1305 additions & 1408 deletions
Large diffs are not rendered by default.

DemoProject/Library/Bee/fullprofile.json

Lines changed: 1692 additions & 1775 deletions
Large diffs are not rendered by default.
-44 KB
Binary file not shown.

0 commit comments

Comments
 (0)