Skip to content

Instantly share code, notes, and snippets.

View kureysalp's full-sized avatar

Alp kureysalp

  • Istanbul
  • 06:12 (UTC +03:00)
View GitHub Profile
@kureysalp
kureysalp / MultiScreenshotCapture.cs
Created July 14, 2021 06:37 — forked from yasirkula/MultiScreenshotCapture.cs
Capture multiple screenshots with different resolutions simultaneously in Unity 3D
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using UnityEditor;
using UnityEngine;
namespace MultiScreenshotCaptureNamespace
{
internal static class ReflectionExtensions