Skip to content

Instantly share code, notes, and snippets.

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