My tilemap has an error

I am trying to create a tilemap for my game but the tilemap node has an error so i see what the error says and it says:

The tilemap node is deprecated as it is superseded by the use of multiple tile map layer nodes. To convert a tilemap to a set of tile map layer nodes. Open the tilemap botton panel with this node selected, click the toolbox icon in the topright corner and choose " extract tilemap layers as individual tile map layer nodes"

So i did that but the error is still there. can anyone help

1 Like

I had this happen when I migrated to 4.3. The error. is still going to be there because Godot doesn’t remove the original TileMap node, as it could cause data loss. If you have moved everything to TileMapLayer nodes, you are safe to delete the TileMap node to get rid of th error.

1 Like

I had the same problem, take what i am about to say with a grain of salt, it looks like in future updates the (tilemap) node will be replaced with (tilemaplayer) node, I also had the problem where it said i needed multiple layers to continue but deprecated means basically about to go out of commission or directly, it means out of commision, in short words, use the (TileMapLayer) node instead of (TileMap), regards, -Fabrizio

1 Like