Skip to content

Instantly share code, notes, and snippets.

View rur1a's full-sized avatar
👽
working

Valerii Kuznetsov rur1a

👽
working
View GitHub Profile
@yasirkula
yasirkula / MultiScreenshotCapture.cs
Last active February 23, 2026 12:18
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