Skip to content

Instantly share code, notes, and snippets.

using System.Collections;
using System.Collections.Generic;
using System.IO;
using UnityEngine;
// Attach this script to a camera.
public class Screenshooter : MonoBehaviour {
int imgNumber;
public int upscale = 2;