Skip to content

Instantly share code, notes, and snippets.

View aneopsy's full-sized avatar
🐋
From Prolo To Lambo

AneoPsy aneopsy

🐋
From Prolo To Lambo
  • Bora-bora
View GitHub Profile
using UnityEngine;
using System.IO;
using System.Text.RegularExpressions;
using UnityEditor;
/// <summary>
/// This post processor will detect when assets move in and out of a specified bundles directory
/// and assign the correct Asset Bundle name to it.
/// Current design is to create an asset bundle for each 2-folder deep combination.
/// For example /Assets/Bundles/Tilesets/Spacestation/* will set any folders and assets under it
@ezinaz
ezinaz / gist:dd0682512daab268a0324870a3ff5c90
Last active September 13, 2021 03:34
Candy Machine instructions
# 🤔 Prerequisites
Lerna
`npm install --global lerna`
ts-node
`npm install --global ts-node`
node-js
`https://nodejs.org/en/download/current/`