Skip to content

Commit

Permalink
Add batch file for Unity 2017.1 package
Browse files Browse the repository at this point in the history
  • Loading branch information
coeing committed Aug 27, 2017
1 parent c1b6f91 commit b538b2c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Tools/Build/BuildUnityPackage.2017.1.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off

REM Setup
REM Install perl on your system, if not already existent: https://www.perl.org/get.html
REM Set environment variables:
REM UNITY_2017_1_PATH is the path to your Unity3D 2017.1 installation (e.g. C:\Program Files\Unity)

if ["%UNITY_2017_1_PATH%"] == [""] (
echo UNITY_2017_1_PATH not set
goto :EOF
)

BuildUnityPackage.bat "%UNITY_2017_1_PATH%" "Debug" "Slash.Framework.1.X.Unity.2017.1" > logs/BuildUnity20171Package.log

0 comments on commit b538b2c

Please sign in to comment.