benblo / UnityProxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity Proxy

Unity Proxy is used to start Unity, redirect the log file to standard output and detect the magic string in the output that indicates if the build was successful or not. It also reports all progress bars as build progress to TeamCity. It can also copy the whole editor log after the build to the specified folder (artifactsPath). The command for executing it is:

mono UnityProxy.exe pathToUnityExecutable [-artifactsPath pathForBuildArtifacts]

About

License:MIT License


Languages

Language:C# 100.0%