Skip to content

Instantly share code, notes, and snippets.

View adrenak's full-sized avatar
💻

Vatsal Ambastha adrenak

💻
View GitHub Profile
@adrenak
adrenak / BoxColliderEditFaceCenterDots.cs
Last active April 13, 2026 19:10
BoxColliderEditFaceCenterDots makes resizing BoxColiders easy
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using UnityEditor;
using UnityEditor.EditorTools;
using UnityEngine;
using UnityEngine.Rendering;
/// <summary>
/// While Unity’s built-in box collider edit tool is active, draws camera-facing
@adrenak
adrenak / ConcentusUnityTest
Created January 22, 2025 05:35
Concentus-Unity test script
using UnityEngine;
using Adrenak.UniMic;
using Concentus;
using System;
/*
* Simple script to test github.com/adrenak/concentus-unity in a project.
*
* INSTRUCTIONS
* Add the NPM registry to your project by going to Project Settings>Package Manager