JimmyCushnie / DTCompileTimeTracker

Unity editor extension which tracks compile time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile-time-tracker

Unity editor extension which tracks compile time.

How do you optimize compile time? Read This!

To install:

Clone the git repository and add the CompileTimeTracker folder to your Unity project.

Alternatively, this repository can be installed via the Unity Package Manager. Add the following under dependencies in your project's manifest.json:

"com.darrentsung.dtcompiletimetracker": "https://github.com/DarrenTsung/DTCompileTimeTracker.git"

Supported Versions:

Tested on Unity 5.0.0 and above. Might work on Unity 4, but haven't checked it out yet.

Features:

Compile time is logged automatically to console and recent compile times can be viewed in the tracker window (Window -> Compile Time Tracker Window)

It also attempts to detect errors by comparing the number of error logs before compiling + after compiling, but it's not completely accurate as some code will cause errors logs during [InitializeOnLoad] or OnValidate calls.

Window Screenshot

Menu Screenshot

About

Unity editor extension which tracks compile time

License:MIT License


Languages

Language:C# 100.0%