Skip to content

Instantly share code, notes, and snippets.

@maikelcoke
maikelcoke / UIWindowHelper.cs
Last active May 8, 2018 11:53
UIWindowHelper: Focus Window on title click
Create new UIWindowHelper.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIWindowHelper : MonoBehaviour {
public static void bringToFront(Transform window)
{