Skip to content

Instantly share code, notes, and snippets.

View terrehbyte's full-sized avatar
Keqing Story Quest When?

Terry Nguyen terrehbyte

Keqing Story Quest When?
View GitHub Profile
@terrehbyte
terrehbyte / OBS-dual-audio-setup.txt
Last active January 3, 2016 20:39
terrehbyte's Streaming Setup
This is my streaming set up that allows me to listen to music and talk on Skype while only broadcasting sounds from the game and optionally, my microphone of choice.
Sound Devices
=============
Creative X-Fi USB Sound Card (A.K.A. Creative-*)
Playback
Speaker
SPDIF-Out
Recording
@terrehbyte
terrehbyte / GoogleSOS.js
Last active August 29, 2015 14:01
This poorly constructed script will change the Google homepage logo into the SOS Brigade logo.
// ==UserScript==
// @id GoogleSOS
// @name Google to SOS Changer
// @version 1.0.0
// @namespace http://terrehbyte.com
// @description Changes Google's HP Logo to TMoHS SOS Logo
// @include https://www.google.com/*
// @version 1
// @grant none
// ==/UserScript==
@terrehbyte
terrehbyte / diff3.md
Last active April 17, 2020 14:22
Understanding Git Diff diff3

What You See

<<<<<<< HEAD
///     Merged with dev for @emlowry Sprite refactor
||||||| merged common ancestors
///     Refactoring Sprite class
=======
///     Refactoring Animation class
>>>>>>> dev
@terrehbyte
terrehbyte / Mraih.md
Last active August 29, 2015 14:07
Mrah.md

Coffee Reasons for Mrarh

  1. Aided in Résumé Refinement
  2. "Won at Nothing"
  3. "Made M-Riah Call Me a Meanyhead"
  4. Asked if she would still get "that free coffee"
  5. Consumed too much chocolate
  6. Aided in blog color palette

@terrehbyte: please misspell mrih every time you spell "the name" that shall not be spokne

@terrehbyte
terrehbyte / U3D-AND.md
Last active November 19, 2016 04:59
Unity3D-Android Debugging

Debugging Your Unity3D Application on Android

Listening for Debug.XXX Events from Unity3D

Assuming you've got the Android SDK installed and your device is attached via ADB to your computer, we should be able to filter out the output from 'logcat' to only show logs from your Unity application! This works seamlessly with all of your existing "Debug.Log("hotdog");" calls!

Open up a terminal and type:

adb logcat -s Unity

Now watch your Unity-related debug messages pour into your terminal!

@terrehbyte
terrehbyte / keybase.md
Created October 14, 2014 11:42
keybase.md

Keybase proof

I hereby claim:

  • I am terrehbyte on github.
  • I am terrehbyte (https://keybase.io/terrehbyte) on keybase.
  • I have a public key whose fingerprint is 1039 4917 5F46 C11A BAA7 3967 52C6 9273 14A7 7E22

To claim this, I am signing this object:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("open.gl")
{
body
{
color: #777;
background-color: #111;
}
@terrehbyte
terrehbyte / UsefulUnityAssets.md
Last active March 28, 2024 22:35
Useful Open-Source Unity Assets

Useful Open-Source Unity Assets

This is a compilation of various open-source Unity plugins, codebases, or utility scripts that may aid in expediting the development process.

Art / Design Tools

ProbePolisher - Light Probe Editor - keijiro

"ProbePolisher is a Unity Editor plugin for editing light probes. It works both on Unity Basic (free) and Unity Pro."

Code
Releases

@terrehbyte
terrehbyte / ImportScale.cs
Last active August 29, 2015 14:11
Forces the import scale to 1.
using UnityEditor;
using System.Collections;
public class ImportScale : AssetPostprocessor
{
public void OnPreprocessModel()
{
ModelImporter modelImporter = (ModelImporter)assetImporter;
modelImporter.globalScale = 1;
}

Keybase proof

I hereby claim:

  • I am terrehbyte on github.
  • I am terrehbyte (https://keybase.io/terrehbyte) on keybase.
  • I have a public key whose fingerprint is C960 3EE5 D239 01B4 671D 00DD 3587 DDA1 12AC 6000

To claim this, I am signing this object: