Skip to content

Instantly share code, notes, and snippets.

@Jayatubi
Jayatubi / Docker.cs
Created December 28, 2020 08:40 — forked from Thundernerd/Docker.cs
Helper to dock EditorWindows
using System;
using System.Reflection;
using UnityEditor;
using UnityEngine;
public static class Docker
{
public enum DockPosition
{
Left,