Skip to content

Instantly share code, notes, and snippets.

@Thundernerd
Thundernerd / Docker.cs
Last active March 21, 2025 17:28
Helper to dock EditorWindows
#if UNITY_EDITOR
using System;
using System.Reflection;
using UnityEditor;
using UnityEngine;
public static class Docker
{
#region Reflection Types