Compile Logger

Compile Logger #

The .cs file to log compilation to some file. useful with tail -f

This documentation is automatically generated from the comment of the script, or README.md file in the script directory. You might see some formatting issues and heading links might not work in the future.

Dependency Packages #

This tool does not depend on any other packages, can be used in any modern Unity project.

How to add this tool to your project #

Enable ‘CompileLogger’ in the selector window. Please refer Basic Usage page for more details.

Description and Usage #

The .cs file to log compilation to some file. useful with tail -f
tail -f compileLog.txt to see the compilation progress continuously
rm compileLog.txt; touch compileLog.txt; tail -f compileLog.txt to clear history and see progress