Random Talking Bush
Random Talking Bush
If it helps isolate the issue here, apparently this glitch was introduced sometime between v0.16.8 and v0.16.21 (the first version with this issue). So for now, rollback to v0.16.8 until...
Apparently this issue's been around since this Dec. 3 commit: https://github.com/Perfare/AssetStudio/commit/e501940f035cbf561e22350bb1c8fb3f0be7fe31 . The lines of code highlighted below seem to have unintentionally created this problem, and a test compile I...
Addendum: Apparently v0.16.0 and v0.16.8 also have a different kind of issue where some sprites have vertical lines slicing through them instead (which v0.16.21 at least fixed, despite causing the...
Looks like I found a proper fix for this issue! In line 98 of SpriteHelper.cs: https://github.com/Perfare/AssetStudio/blob/master/AssetStudioUtility/SpriteHelper.cs#L98 The following line needs to be changed from `mask.Mutate(x => x.Fill(options, SixLabors.ImageSharp.Color.Red, path));` to...
Went and made a fork which has the fixes applied to it. Don't mind the repeated messages, I made mistakes as I tend to do when I'm working on things...