Skip to content

Instantly share code, notes, and snippets.

View clutchm0nkey's full-sized avatar

Harvey Bentley clutchm0nkey

  • Throwing Axe Studios
  • South Africa
  • 08:41 (UTC +02:00)
View GitHub Profile
using UnityEngine;
using UnityEditor;
/// <summary>
/// Hierarchy Window Group Header
/// http://diegogiacomelli.com.br/unitytips-hierarchy-window-group-header
/// </summary>
[InitializeOnLoad]
public static class HierarchyWindowGroupHeader
{