Skip to content

Instantly share code, notes, and snippets.

View tremayne-stewart's full-sized avatar

Tremayne tremayne-stewart

View GitHub Profile
@unitycoder
unitycoder / CaptureScreen.cs
Created July 18, 2021 20:30
Capture Screenshot Async
// https://forum.unity.com/threads/resulting-screenshot-image-in-game-is-upside-down-and-not-correctly-positioned.848230/
using UnityEngine;
using UnityEngine.Rendering;
using Unity.Collections;
using System;
using System.IO;
using System.Collections;
 
public class CaptureScreen : MonoBehaviour
{