Skip to content

Commit 84b09bd

Browse files
committed
fixed error message
fixed copy paste issue that led to CustomfbxPathbeing being used in the error message instead of OGfbxPath
1 parent 25b1f4d commit 84b09bd

24 files changed

Lines changed: 3316 additions & 5082 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void OnGUI()
6060
EditorGUILayout.Space(20);
6161
if (!File.Exists(currentOGfbxPath))
6262
{
63-
AddBoldCenteredLabel("Please make sure your have the original FBX in: " + GoUpNDirs(CustomfbxPath, 1));
63+
AddBoldCenteredLabel("Please make sure your have the original FBX in: " + GoUpNDirs(OGfbxPath, 1));
6464
debugMessage = 1;
6565
}
6666
else if (File.Exists(currentCustomfbxPath))

DemoProject/Library/ArtifactDB

0 Bytes
Binary file not shown.
-4.21 KB
Binary file not shown.
-3.72 KB
Binary file not shown.
-4.17 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

DemoProject/Library/Bee/backend1.traceevents

Lines changed: 1274 additions & 1398 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)