viniciusgerevini / godot-aseprite-wizard

Godot Editor plugin to help import Aseprite animations to AnimationPlayers, AnimatedSprites and SpriteFrames.
MIT License
893 stars 43 forks source link

feat: show improved error message when aseprite command fails #3

Closed viniciusgerevini closed 4 years ago

viniciusgerevini commented 4 years ago

The current error message thrown when Aseprite command fails is too vague.

Most of the time, the issue happens because the wrong command is being used (or not in PATH).

I'm adding an extra check before running the command, so I can provide a more meaningful message.