Skip to content

Instantly share code, notes, and snippets.

View TheDelta's full-sized avatar
💭
Programming...

Alex 'Delta' Diller TheDelta

💭
Programming...
View GitHub Profile
@TheDelta
TheDelta / AsmdefDebug.cs
Last active November 16, 2023 13:24 — 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>