viniciusgerevini / godot-aseprite-wizard

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

Did not find aseprite executable #26

Closed benthillerkus closed 3 years ago

benthillerkus commented 3 years ago

Hi, we tried the version from the Godot Asset store and on the two Windows 10 machines we've tested, we go the error message that says, that it couldn't find the aseprite executable. We were using

viniciusgerevini commented 3 years ago

Hello @benthillerkus, Thanks for reporting this. I did a quick search here and I saw mentions of OS.execute (the command I use in the plugin) not picking up commands from the path in Windows. I'll try to reproduce this issue here and see if there is any way to fix it. As a workaround, you can set the whole path in the plugin and it should work fine. Not ideal as you probably prefer to use the already configured executable, but at least you will be able to use the plugin in the mean time. Cheers.

benthillerkus commented 3 years ago

Ok, this is so odd, but I tried it again today, and it did work. I didn't change anything, and restarting computers was something we already tried on Sunday.

Either way, thanks for your response 🥇

viniciusgerevini commented 3 years ago

Thanks @benthillerkus . It is good to know. :+1: