Skip to content

Instantly share code, notes, and snippets.

View gstarch's full-sized avatar

Gerhard Lourens gstarch

View GitHub Profile
@gstarch
gstarch / csec_temp_links.md
Created September 27, 2023 02:00
CM2025 - Computer Security Links
@gstarch
gstarch / TransparentBackgroundScreenshotRecorder.cs
Created February 15, 2019 18:03 — forked from bitbutter/TransparentBackgroundScreenshotRecorder.cs
Rendering screenshots from Unity3d with transparent backgrounds
using UnityEngine;
using System.Collections;
using System.IO;
/*
Usage:
1. Attach this script to your chosen camera's game object.
2. Set that camera's Clear Flags field to Solid Color.
3. Use the inspector to set frameRate and framesToCapture