Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
[InitializeOnLoad]
public class HighlightHelper
{
private static Type HierarchyWindowType;