Skip to content

Instantly share code, notes, and snippets.

View jeinselen's full-sized avatar

John Einselen jeinselen

View GitHub Profile
@bitbutter
bitbutter / TransparentBackgroundScreenshotRecorder.cs
Last active February 1, 2025 23:54
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
@Desdaemon
Desdaemon / Ayu Dark.tmTheme
Created January 9, 2022 22:30
Ayu Dark TextMate color scheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!-- Generated by: TmTheme-Editor -->
<!-- ============================================ -->
<!-- app: http://tmtheme-editor.herokuapp.com -->
<!-- code: https://github.com/aziz/tmTheme-Editor -->
<plist version="1.0">
<dict>
<key>name</key>
<string>Ayu Dark</string>
@keijiro
keijiro / setup_scoped_registry.md
Last active October 8, 2025 20:32
How to add "Keijiro" scoped registry to your Unity project

How to add "Keijiro" scoped registry to your Unity project

  1. Open the Project Settings window and navigate to the Package Manager page.

  2. Add the following entry to the Scoped Registries list:

    • Name: Keijiro
    • URL: https://registry.npmjs.com
    • Scope: jp.keijiro