viniciusgerevini / godot-aseprite-wizard

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

When importing in the inspector clicking the arrow for the layers dropdown doesnt work #170

Open sarsiesars opened 1 month ago

sarsiesars commented 1 month ago

Hello I have a character with multiple layers in aseprite for hair, clothes, tools etc and I would like to be able to import just one layer at a time. When I click Layer [all] a box pops up quickly but then cancels without letting me select layers. There is about 30 layers is that just too many?

viniciusgerevini commented 1 month ago

Hello @sarsiesars . 30 layers should work fine. What is your Godot version and Operation System? Have you tested with other files?

sarsiesars commented 1 month ago

I tried it in another project and ran into the same issue and with many different .ase files. My Godot is version 4.3, aseprite is 1.3.9.2 and I'm on windows 11 with plenty or ram etc. when I click [all] I see a window pop up at the bottom for a second than it closes.

On Wed, Oct 23, 2024 at 4:32 PM Vinicius Gerevini @.***> wrote:

Hello @sarsiesars https://github.com/sarsiesars . 30 layers should work fine. What is your Godot version and Operation System? Have you tested with other files?

— Reply to this email directly, view it on GitHub https://github.com/viniciusgerevini/godot-aseprite-wizard/issues/170#issuecomment-2433383855, or unsubscribe https://github.com/notifications/unsubscribe-auth/BMLRJN3BMHS473CB4HDUIS3Z5ABVTAVCNFSM6AAAAABQO6EQSSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZTGM4DGOBVGU . You are receiving this because you were mentioned.Message ID: @.***>

viniciusgerevini commented 1 month ago

Thanks. I just tested again with the same versions you listed and I can't reproduce this issue. Assuming you can import animations with all layers, it's likely not a problem with your plugin setup either.

The fact that you see the list opening and closing automatically sounds more like a Godot <> OS issue. The plugin has no control over the interface itself, and I believe in case the listing fails it should at least show the "[all]" label.

If you are able to, you can try to send me here a minimal project where the issue happens. It would likely work on my machines, but maybe there is something we are missing.