Skip to content

Instantly share code, notes, and snippets.

View NicholasSheehan's full-sized avatar

Nicholas Sheehan NicholasSheehan

View GitHub Profile
@karljj1
karljj1 / Unity Assembly Definition Debugger.cs
Last active March 27, 2024 17:18
Find out what assemblies are being built and how long each takes.
using System;
using System.Collections.Generic;
using System.Text;
using UnityEditor;
using UnityEditor.Compilation;
using UnityEngine;
[InitializeOnLoad]
public class AsmdefDebug
{