Skip to content

Instantly share code, notes, and snippets.

View austinbossetti's full-sized avatar

Austin Bossetti austinbossetti

  • United States
View GitHub Profile
@austinbossetti
austinbossetti / HierarchyChangeTest.cs
Created June 11, 2021 23:31
Unity Hierarchy Changes
using System;
using System.Linq;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
[InitializeOnLoad]
public static class HierarchyChangeTest
{
static List<HierarchyObject> _prevHierarchy;