Skip to content

Instantly share code, notes, and snippets.

View davidfoster's full-sized avatar

David Foster davidfoster

View GitHub Profile
@davidfoster
davidfoster / AsmdefDebug.cs
Created January 14, 2019 16:08 — forked from filod/AsmdefDebug.cs
Find out what assemblies are being built and how long each takes. Updated to only build for Editor, and to include total time in first line of log output.
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Text;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
/// <summary>