Browse Source

【优化】CopyDllToUnity 项目路径

johnclot69 9 months ago
parent
commit
47b4ac5c64
1 changed files with 9 additions and 9 deletions
  1. 9 9
      CopyDllToUnity.bat

+ 9 - 9
CopyDllToUnity.bat

@@ -1,13 +1,13 @@
 @echo off
 @echo off
-copy /b /y Library\Debug\CommonAI.dll ..\StarEscort\Unity\Assets\Res\CodeDll\CommonAI.dll.bytes
-copy /b /y Library\Debug\CommonLang.dll ..\StarEscort\Unity\Assets\Res\CodeDll\CommonLang.dll.bytes
-copy /b /y Library\Debug\XmdsCommon.dll ..\StarEscort\Unity\Assets\Res\CodeDll\XmdsCommon.dll.bytes
+copy /b /y Library\Debug\CommonAI.dll ..\ET\Unity\Assets\Res\CodeDll\CommonAI.dll.bytes
+copy /b /y Library\Debug\CommonLang.dll ..\ET\Unity\Assets\Res\CodeDll\CommonLang.dll.bytes
+copy /b /y Library\Debug\XmdsCommon.dll ..\ET\Unity\Assets\Res\CodeDll\XmdsCommon.dll.bytes
 
 
-copy /b /y Library\Debug\CommonAI.dll ..\StarEscort\Unity\Assets\Plugins\BattlePlugin\CommonAI.dll
-copy /b /y Library\Debug\CommonLang.dll ..\StarEscort\Unity\Assets\Plugins\BattlePlugin\CommonLang.dll
-copy /b /y Library\Debug\XmdsCommon.dll ..\StarEscort\Unity\Assets\Plugins\BattlePlugin\XmdsCommon.dll
-copy /b /y Library\Debug\CommonAI.dll ..\StarEscort\Unity\Assets\Plugins\BattlePlugin\CommonAI.pdb
-copy /b /y Library\Debug\CommonLang.dll ..\StarEscort\Unity\Assets\Plugins\BattlePlugin\CommonLang.pdb
-copy /b /y Library\Debug\XmdsCommon.dll ..\StarEscort\Unity\Assets\Plugins\BattlePlugin\XmdsCommon.pdb
+copy /b /y Library\Debug\CommonAI.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonAI.dll
+copy /b /y Library\Debug\CommonLang.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonLang.dll
+copy /b /y Library\Debug\XmdsCommon.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\XmdsCommon.dll
+copy /b /y Library\Debug\CommonAI.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonAI.pdb
+copy /b /y Library\Debug\CommonLang.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\CommonLang.pdb
+copy /b /y Library\Debug\XmdsCommon.dll ..\ET\Unity\Assets\Plugins\BattlePlugin\XmdsCommon.pdb
 echo copy successful
 echo copy successful
 @pause
 @pause