Skip to content

Instantly share code, notes, and snippets.

@KensukeSakakibara
KensukeSakakibara / ScreenRecorder.cs
Last active May 1, 2019 06:55 — forked from keijiro/ScreenRecorder.cs
Screen recording utility.
using UnityEngine;
using System.Collections;
public class ScreenRecorder : MonoBehaviour
{
public int framerate = 30;
public int superSize;
public bool autoRecord;
int frameCount;