Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 468 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 468 Bytes

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]