mapeditor / tiled-to-godot-export

Tiled plugins for exporting Tilemaps and Tilesets to Godot 3 format
149 stars 35 forks source link

Folders not working and animated tiles dont animate #13

Closed inumakieu closed 2 years ago

inumakieu commented 4 years ago

Hey, first of all, thank you so much for this extension. Me and my team are recreating Pokemon Uranium in godot and your extension makes it so much easier. That being said, i have encountered a few small things that arent working correctly: When using folders in the tiled file, the tscn file will be an empty scene with only a node2d as root and when i have animated tiles, they get converted to normal tiles would it be possible to fix these two things? best regards

MikeMnD commented 4 years ago

I wouldn't take this request at the moment so it'll stay open. Other than that you could prepare a simple sample project/zip with folders and two animated tiles for example.

So later on I or someone else could try it and test it while adding the needed features in the export plugin.

inumakieu commented 4 years ago

oh, sorry i didnt see the comment i will create a sample zip

mcarpenter622 commented 2 years ago

So with my last PR the folders issue should be resolved. I do not know the status of animated tiles as I haven't started working with those yet. Anyone else know if they're working now (This is a pretty old issue).

bjorn commented 2 years ago

@mcarpenter622 It's great that folders are working now! Animated tiles are definitely not supported yet. It's not very nice to have one issue for two different features, but I guess we could just leave this one open for now.

Regarding the animated tiles, I guess the question is whether Godot supports those, and if so, in which format it stores them.

mcarpenter622 commented 2 years ago

I am considering closing this issue and opening one specifically for animated tiles. I agree it's not great to have multiple feature requests in a single issue number. Any concerns?

On Fri, Mar 25, 2022, 9:58 AM Thorbjørn Lindeijer @.***> wrote:

@mcarpenter622 https://github.com/mcarpenter622 It's great that folders are working now! Animated tiles are definitely not supported yet. It's not very nice to have one issue for two different features, but I guess we could just leave this one open for now.

Regarding the animated tiles, I guess the question is whether Godot supports those, and if so, in which format it stores them.

— Reply to this email directly, view it on GitHub https://github.com/mapeditor/tiled-to-godot-export/issues/13#issuecomment-1079054552, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADJ7PVUNAC3MNOX6L4N3KBDVBXBBBANCNFSM4OYYGQCA . You are receiving this because you were mentioned.Message ID: @.***>

mcarpenter622 commented 2 years ago

Closing this Issue since the folders are now working. I have opened https://github.com/mapeditor/tiled-to-godot-export/issues/39 to track the export of animated tiles to Godot.