Skip to content

Instantly share code, notes, and snippets.

View BadCoyoteStudios's full-sized avatar

BadCoyoteStudios

View GitHub Profile
@BadCoyoteStudios
BadCoyoteStudios / ColorsBrowser.cs
Created April 26, 2020 16:36
A simple in-editor visualizer for the Colors class generated by Blobinet.
using System;
using System.Collections.Generic;
using System.Reflection;
using UnityEditor;
using UnityEngine;
/// <summary>
/// Simple browser for the Colors class
/// available @ https://gist.github.com/Blobinet/d37f3bc259a43bfbfecec7dd5e376354
/// </summary>