We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4014959 commit b358e85Copy full SHA for b358e85
1 file changed
build-unity-packages.cmd
@@ -3,7 +3,8 @@ cd /d %~dp0
3
rem Check to make sure we've actually copied over at least something that could be the OSVR and Managed-OSVR binaries.
4
if not exist OSVR-Unity\Assets\Plugins\x86\*.dll exit /B 1
5
6
-"C:\Program Files (x86)\Unity\Editor\Unity.exe" -quit -batchmode -projectPath "%~dp0OSVR-Unity" -executeMethod OSVRUnityBuild.build
+"C:\Program Files (x86)\Unity\Editor\Unity.exe" -quit -batchmode -projectPath "%~dp0OSVR-Unity" -logFile "%~dp0unity.log" -executeMethod OSVRUnityBuild.build
7
+type "%~dp0unity.log"
8
9
rem Fail the build if we didn't get a unitypackage out.
10
if not exist OSVR-Unity\*.unitypackage exit /B 1
0 commit comments