Skip to content

Instantly share code, notes, and snippets.

View filod's full-sized avatar
🕛
Focusing

Filod Lin filod

🕛
Focusing
  • Self-employed
  • China
View GitHub Profile
@filod
filod / AsmdefDebug.cs
Created January 8, 2019 10:00 — forked from angularsen/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>