Skip to content

Instantly share code, notes, and snippets.

View hoverbird's full-sized avatar
💭
Neo Cab is out now on Apple Arcade, Steam and Nintendo Switch!

Phenry Ewing hoverbird

💭
Neo Cab is out now on Apple Arcade, Steam and Nintendo Switch!
View GitHub Profile
@hoverbird
hoverbird / CopyAssetPathContextMenu.cs
Created November 9, 2016 17:12 — forked from HilariousCow/CopyAssetPathContextMenu.cs
Unity3d utility thing. Right Click an asset-> Copy Asset Path. - ideal for use with AssetDatabase.LoadAssetAtPath<>
using UnityEngine;
using UnityEditor;
public static class CopyAssetPathContextMenu
{
[MenuItem("Assets/Copy Asset Path")]
public static void CopyAssetPath()
{
@hoverbird
hoverbird / Fps.cs
Created July 25, 2019 05:00 — forked from mstevenson/Fps.cs
An accurate FPS counter for Unity. Works in builds.
using UnityEngine;
using System.Collections;
public class Fps : MonoBehaviour {
string label = "";
float count;
IEnumerator Start ()
{
* text=auto eol=lf
# Audio
*.wav filter=lfs diff=lfs merge=lfs -text
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text
# Images
*.gif filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
@hoverbird
hoverbird / Campaign War Chests
Last active May 22, 2024 20:30
Example Data Format for Bubble SOrt game
{
"title": "Campaign Funds",
"published_at": "05/22/2024",
"kind": "bubble-sort",
"version": 1,
"copyright": "©2024 Particle.news",
"units": "USD",
"brackets": [
{
"label": "Above $1 Billion",