Skip to content

Instantly share code, notes, and snippets.

@AlteredFuture
AlteredFuture / UnityInspectorHistory.cs
Last active May 23, 2022 16:38
Unity Inspector History
using System;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
/// <summary>
/// To use this create the window and place it above your inspector window for best use
/// </summary>
public class UnityInspectorHistory : EditorWindow
{