Skip to content

Instantly share code, notes, and snippets.

View hsandt's full-sized avatar

Hyper Sonic hsandt

View GitHub Profile
@hsandt
hsandt / EditorScreenshot.cs
Created May 15, 2016 17:03
An EditorWindow for Unity that captures the exact Game View content
// Created by Long Nguyen Huu
// 2016.05.15
// MIT License
using UnityEngine;
using UnityEditor;
using System;
using System.Collections;
using System.Linq;
using System.Reflection;