Skip to content

Instantly share code, notes, and snippets.

View kureysalp's full-sized avatar

Kureyş Alp Kılıç kureysalp

  • G Play Studio
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