You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
304 B
5 lines
304 B
set /p UNITY_VERSION=<ProjectSettings\ProjectVersion.txt
|
|
set "x=%UNITY_VERSION:m_EditorVersion: =" & set "UNITY_VERSION=%"
|
|
set UNITY_PATH="C:\Program Files\Unity\Hub\Editor\%UNITY_VERSION%\Editor\Unity.exe"
|
|
%UNITY_PATH% -quit -batchmode -executeMethod UltraCombos.BuildTool.Build -projectPath %~dp0
|
|
pause |