Aseprite tooling for Unity

Just created a menu option in Unity to export selected .aseprite files to .png's (see gif below). aseprite_tool.gif

Might be handy for other jammers using Unity and Aseprite, feel free to tweak and use :)

Make sure to put it in a folder called Editor, so that Unity knows that it is an editor extension.

Note: This might only work on Windows because of Process.Start, but I'm not sure. ```csharp using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using UnityEditor; using UnityEngine;

public class AsepriteExporter { public readonly static string AsepritePath = @"C:\Program Files (x86)\Steam\steamapps