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

Solved: Issue getting it to work on windows when Path does not work #41

Closed creadicted closed 2 years ago

creadicted commented 3 years ago

Hello. I added Aseprite to my local path. The normal installation and after this did not work, the steam version path. I tested it with the folder and the path

'G:\SteamLibrary\steamapps\common\Aseprite'
'G:\SteamLibrary\steamapps\common\Aseprite\Aseprite.exe'

What did the trick at the end was to place the full path to the Aseprite Command Path

image

I leave this here for others that have issues with windows.

viniciusgerevini commented 2 years ago

Thanks @creadicted . Someone notified some weirdness around windows path and Godot before #26 . Unfortunately, they also couldn't find the reason for that.

viniciusgerevini commented 2 years ago

I added this as a note to the path section in the README.md. Thanks.