From 5413b110bdbb87e521e49bf8d85504a8db0110ed Mon Sep 17 00:00:00 2001 From: Christian Oeing Date: Sun, 26 Mar 2017 14:44:55 +0200 Subject: [PATCH] Issue #28 Store Plugins in "Slash Framework" subfolder in Unity package --- Tools/Build/BuildUnityPackage.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Build/BuildUnityPackage.bat b/Tools/Build/BuildUnityPackage.bat index d3e6eeba3..b991ff710 100644 --- a/Tools/Build/BuildUnityPackage.bat +++ b/Tools/Build/BuildUnityPackage.bat @@ -35,7 +35,7 @@ DEL /Q "..\..\Bin\Slash.Unity.Common\AnyCPU\%CONFIG%\Slash.Unity.Common.*" DEL /Q "..\..\Bin\Slash.Unity.Editor.Common\AnyCPU\%CONFIG%\Slash.Unity.Editor.Common.*" REM Copy dlls from Unity.Common -perl BuildUnityPackage.pl "../../Bin/Slash.Unity.Common/AnyCPU/%CONFIG%" "Slash.Framework/Assets/Plugins" +perl BuildUnityPackage.pl "../../Bin/Slash.Unity.Common/AnyCPU/%CONFIG%" "Slash.Framework/Assets/Slash Framework/Plugins" REM Copy non-DLL files xcopy /h /s /i /y "../../Source/Slash.Unity.Common/Source" "Slash.Framework/Assets/Slash Framework/Slash.Unity.Common"