ソースを参照

ToolsEditor调用proto2cs跟excelexporter路径更新

tanghai 1 年間 前
コミット
f7c7747eab
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Packages/com.etetet.init/Editor/ToolEditor/ToolsEditor.cs

+ 2 - 2
Packages/com.etetet.init/Editor/ToolEditor/ToolsEditor.cs

@@ -12,7 +12,7 @@ namespace ET
 #else
 #else
             const string tools = "dotnet.exe";
             const string tools = "dotnet.exe";
 #endif
 #endif
-            ShellHelper.Run($"{tools} ./Bin/ET.ExcelExporter.dll", "./");
+            ShellHelper.Run($"{tools} ./Packages/cn.etetet.excel/DotNet~/Exe/ET.ExcelExporter.dll", "./");
         }
         }
         
         
         [MenuItem("ET/Proto2CS")]
         [MenuItem("ET/Proto2CS")]
@@ -23,7 +23,7 @@ namespace ET
 #else
 #else
             const string tools = "dotnet.exe";
             const string tools = "dotnet.exe";
 #endif
 #endif
-            ShellHelper.Run($"{tools} ./Bin/ET.Proto2CS.dll", "./");
+            ShellHelper.Run($"{tools} ./Packages/cn.etetet.proto/DotNet~/Exe/ET.Proto2CS.dll", "./");
         }
         }
     }
     }
 }
 }