Skip to content

Instantly share code, notes, and snippets.

View SanketRJDave's full-sized avatar
🏠
Working from home

Sanket Dave SanketRJDave

🏠
Working from home
  • India
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
{