viniciusgerevini / godot-aseprite-wizard

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

animation tag with _ (the exception prefix) are not being imported #164

Closed erniel closed 2 months ago

erniel commented 2 months ago

the title explains for itself. i encountered this issue on version 8.0.0. so i just reverted it back to the previous version 7.5.

it works though if you set the tag properties repeat to 1 but i dont want o edit all my aseprite file again

viniciusgerevini commented 2 months ago

Thanks @erniel . Indeed I can see the issue when importing using AnimationPlayers. I'm looking into it.

viniciusgerevini commented 2 months ago

I think I found the issue. For context, in the latest release I fixed the logic to cleanup empty animations, however I forgot that for the old loop prefix feature I remove the prefix when including the animation, so the _animation wouldn't match with animation. It should be a simple fix.

viniciusgerevini commented 2 months ago

Fix included in version 8.0.1. Usually it takes a few days for it to be published to the Godot Asset Lib, but it's already available on the main branch and releases. I hope this didn't cause too much trouble for you. Thanks for reporting it. Cheers.