narredev / godot-3D-tilemaps

Convert Tilemaps to 3D
MIT License
29 stars 2 forks source link

Would it possible to update for Godot 4.3? #1

Open SugarWong97 opened 1 month ago

SugarWong97 commented 1 month ago

Hi narredev,

Thanks for your great work, this addon is better than using GirdMap.

As we can see, Godot will be more powerfull, but the TileMap node is deprecated in 4.3.

By the way, I noticed the Scene Preview always use the fall_tex at res://maps/map_XX.tscn.

Would it possible to update for Godot 4.3?

Thanks and best regards.

narredev commented 1 month ago

Hi, thanks for checking out my addon!

I think updating the addon is possible, since most of the stuff in TileMapLayers is the same, but it would be necessary to change how it's structured due to layers now being nodes.

Sadly right now I'm occupied with other projects, so I can't work on it. But I'll try updating it in the future!

I think the next version of Godot will introduce some changes to the gridmap, so maybe that could fill the gap.