Skip to content

Instantly share code, notes, and snippets.

View j1mmie's full-sized avatar

Jimmie Tyrrell j1mmie

View GitHub Profile
@j1mmie
j1mmie / FlattenSpriteAtlasContextMenu.cs
Last active November 1, 2024 22:12
Flatten Unity SpriteAtlas via Context Menu
#nullable enable
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UnityEditor;
using UnityEditor.U2D;
using UnityEngine;
using UnityEngine.U2D;