Skip to content

Instantly share code, notes, and snippets.

@MattRix
MattRix / EmoPacker.cs
Last active May 28, 2024 11:23
Packing a folder of images into a sprite atlas for use with TextMeshPro
using System.IO;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Linq;
using UnityEngine;
using UnityEditor;
using UnityEditor.Callbacks;