Skip to content

Instantly share code, notes, and snippets.

View teraphlaxis's full-sized avatar

Adam Coulson teraphlaxis

View GitHub Profile
@teraphlaxis
teraphlaxis / ScreenshotHelper.cs
Created August 10, 2016 04:42
Screenshot Helper Class for Unity Allowing Editor and Runtime Screenshots
using UnityEngine;
using System;
using System.Collections;
// >>==================================================
// Screenshot Editor Class
// >>==================================================
#if UNITY_EDITOR
using UnityEditor;
#endif