Skip to content

Instantly share code, notes, and snippets.

@Thundernerd
Thundernerd / Docker.cs
Last active August 20, 2024 03:24
Helper to dock EditorWindows
#if UNITY_EDITOR
using System;
using System.Reflection;
using UnityEditor;
using UnityEngine;
public static class Docker
{
#region Reflection Types