Kiamo2 / YATI

Addon to import Tiled maps into Godot 4
MIT License
137 stars 15 forks source link

Support TileMapLayer nodes from Godot 4.3 #44

Open dogboydog opened 2 months ago

dogboydog commented 2 months ago

Is your feature request related to a problem? Please describe. Starting in Godot 4.3 dev 6, the TileMap node is marked as deprecated in favor of TileMapLayer, which they say is a very similar API but has some improvements over TileMap https://godotengine.org/article/dev-snapshot-godot-4-3-dev-6/

Describe the solution you'd like If the engine is 4.3 dev 6 or newer, use the TileMapLayer API rather than TileMap

Describe alternatives you've considered Accepting deprecation warnings when compiling C# or suppressing them in these files. It's an interim solution.

Additional context n/a

Kiamo2 commented 2 months ago

I (of course) will look into this but not before version 4.3 stable is released.