Compile Logger

Compile Logger #

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

このドキュメントは、スクリプトのコメントまたはスクリプトディレクトリ内のREADME.mdファイルから自動的に生成されています。将来、フォーマットの問題や見出しリンクが機能しない可能性があります。また、翻訳が行われていない場合があります。

依存パッケージ #

このツールは他のパッケージに依存していません。最新のUnityプロジェクトで使用できます。

このツールをプロジェクトに追加する方法 #

セレクタウィンドウで「CompileLogger」を有効にします。詳細については、Basic 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