Skip to content

Instantly share code, notes, and snippets.

View brunocoimbrar's full-sized avatar

Bruno Coimbra brunocoimbrar

  • https://www.linkedin.com/in/brunocoimbrar/
View GitHub Profile
@brunocoimbrar
brunocoimbrar / GUIResourcesWindow.cs
Last active February 8, 2018 10:30
Useful script to display GUI resources available by default.
// Adapted from http://wiki.unity3d.com/index.php/Show_Built_In_Resources
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
namespace PainfulSmile
{
public sealed class GUIResourcesWindow : EditorWindow
{