Skip to content

Instantly share code, notes, and snippets.

@esgnn
esgnn / AsyncScreenCapture.cs
Created January 28, 2022 21:19 — forked from longod/AsyncScreenCapture.cs
Asynchronous Capture Screen on Unity 2019.3
// (c) longod, MIT License
using System;
using System.Collections;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using UnityEngine;
using UnityEngine.Experimental.Rendering;
using UnityEngine.Profiling;
using UnityEngine.Rendering;