Skip to content

Instantly share code, notes, and snippets.

View StewMcc's full-sized avatar

Stewart Mccready StewMcc

View GitHub Profile
@StewMcc
StewMcc / WwiseIDConverter.cs
Created December 21, 2017 13:15 — forked from wavebit/WwiseIDConverter.cs
Wwise ID Converter #Wwise
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text;
using UnityEditor;
using UnityEngine;
internal class WwiseIDConverter {
private enum State {
Init,