
Find compilation bottlenecks and automatic build tests for each target platform.This tool visualizes the assembly compilation process in Unity3D. It hooks into the Editor-provided events and nicely draws them on a timeline. That's especially helpful when trying to optimize compile times and dependencies between assemblies.Besides showing a graphical view of compilation, selecting an assembly shows both dependencies and dependents of that assembly.The screenshots show full compilations; but the timeline works as well for partial compilations (e.g. you changed a single script and Unity only recompiles the relevant parts of the dependency chain).