jonPS
May 2, 2024, 7:56pm
1
Godot Version
4.3 dev 5
Question
Has anyone figured out to convert to tileMapLayer ?
To help with the transition, you can automatically transform a TileMap node to a set of TileMapLayer nodes via a dropdown menu entry in the editor.
the dropDown menu / change type / tileMapLayer ?
The entire Level disapears…
mrcdk
May 3, 2024, 5:02am
2
If you have any issue with that functionality open an issue here Issues · godotengine/godot · GitHub explaining it.
jonPS
May 3, 2024, 7:17am
3
ive made an issue on github:
opened 07:11AM - 03 May 24 UTC
### Tested versions
4.3 dev 6
### System information
windows 10 vulkan foward… +
### Issue description
Everything disapears
when changing from tileMap to tileMapLayer
### Steps to reproduce
- add tileMap node
- place tiles on Fayehs
- changetype tileMap node to tileMapLayers
```
scene/2d/tile_map.cpp:415 - Index p_layer = 1 is out of bounds ((int)layers.size() = 1).
scene/2d/tile_map.cpp:139 - Index p_layer = 1 is out of bounds ((int)layers.size() = 1).
scene/2d/tile_map.cpp:415 - Index p_layer = 2 is out of bounds ((int)layers.size() = 1).
scene/2d/tile_map.cpp:139 - Index p_layer = 2 is out of bounds ((int)layers.size() = 1).
```
### Minimal reproduction project (MRP)
[tilelayerconvert.zip](https://github.com/godotengine/godot/files/15197077/tilelayerconvert.zip)
But i was just trying to find out what this is:
TileMapLayer nodes via a dropdown menu entry in the editor.
Nonya
May 6, 2024, 4:16pm
4
Select the tilemap tab at the bottom. in the row of buttons that appear in at the top of the window the most right button for me had an option to convert the tilemap to tilemap layers.
Nonya
May 6, 2024, 4:17pm
5
It is a screwdriver and wrench icon. Oh and you need to have your tilemap selected
1 Like