UnityRuntimeSpriteSheetsGenerator icon indicating copy to clipboard operation
UnityRuntimeSpriteSheetsGenerator copied to clipboard

Unity – generate SpriteSheets at runtime!

Results 1 UnityRuntimeSpriteSheetsGenerator issues
Sort by recently updated
recently updated
newest added

Hello, your scripts are very usefule but there is a bug on the garbageRect list in AssetPacker.cs. Rectangle indexed are not corresponding. Here the corrected script : ```csharp using DaVikingCode.RectanglePacking;...